diff --git a/minio/Dockerfile b/minio/Dockerfile index 9a49bd4..c4703c5 100644 --- a/minio/Dockerfile +++ b/minio/Dockerfile @@ -4,7 +4,7 @@ LABEL io.hass.name="MinIO" LABEL io.hass.description="S3-compatible object storage for HA" LABEL io.hass.arch="amd64|aarch64" LABEL io.hass.type="addon" -LABEL io.hass.version="1.0.6" +LABEL io.hass.version="1.0.61" # Install curl and download MinIO binary # https://min.io/download#/linux diff --git a/minio/config.json b/minio/config.json index 9984586..27e7e57 100644 --- a/minio/config.json +++ b/minio/config.json @@ -1,6 +1,6 @@ { "name": "MinIO S3 Server", - "version": "1.0.6", + "version": "1.0.61", "slug": "minio", "description": "MinIO Server S3-compatible object storage server", "arch": [ @@ -36,5 +36,9 @@ "secret_key": "str", "region": "str", "bucket": "str" + }, + "build_from": { + "amd64": "homeassistant/amd64-addon-base:latest", + "aarch64": "homeassistant/aarch64-addon-base:latest" } } \ No newline at end of file