Compare commits

...

1 Commits

Author SHA1 Message Date
Gautham Varma K 4454d54ed0 Bump Base Image form 9.2.2 to 10.0.0 (#17)
Bumps Base Image form 9.2.2 to 10.0.0
2021-06-23 11:05:13 +05:30
2 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
ARG BUILD_FROM=ghcr.io/hassio-addons/base/amd64:9.2.2 ARG BUILD_FROM=ghcr.io/hassio-addons/base/amd64:10.0.0
# hadolint ignore=DL3006 # hadolint ignore=DL3006
FROM ${BUILD_FROM} FROM ${BUILD_FROM}
+5 -5
View File
@@ -1,9 +1,9 @@
{ {
"build_from": { "build_from": {
"aarch64": "ghcr.io/hassio-addons/base/aarch64:9.2.2", "aarch64": "ghcr.io/hassio-addons/base/aarch64:10.0.0",
"amd64": "ghcr.io/hassio-addons/base/amd64:9.2.2", "amd64": "ghcr.io/hassio-addons/base/amd64:10.0.0",
"armhf": "ghcr.io/hassio-addons/base/armhf:9.2.2", "armhf": "ghcr.io/hassio-addons/base/armhf:10.0.0",
"armv7": "ghcr.io/hassio-addons/base/armv7:9.2.2", "armv7": "ghcr.io/hassio-addons/base/armv7:10.0.0",
"i386": "ghcr.io/hassio-addons/base/i386:9.2.2" "i386": "ghcr.io/hassio-addons/base/i386:10.0.0"
} }
} }