mirror of
https://github.com/hassio-addons/addon-debian-base.git
synced 2025-05-07 04:31:30 +00:00
Upgrade add-on base image to Debian Buster 20210208 (#34)
This commit is contained in:
parent
d9b1bc10b4
commit
9c469d47a8
2 changed files with 6 additions and 6 deletions
|
@ -1,4 +1,4 @@
|
|||
ARG BUILD_FROM=debian:buster-20210111-slim
|
||||
ARG BUILD_FROM=debian:buster-20210208-slim
|
||||
# hadolint ignore=DL3006
|
||||
FROM ${BUILD_FROM}
|
||||
|
||||
|
|
|
@ -1,9 +1,9 @@
|
|||
{
|
||||
"build_from": {
|
||||
"aarch64": "arm64v8/debian:buster-20210111-slim",
|
||||
"amd64": "amd64/debian:buster-20210111-slim",
|
||||
"armhf": "arm32v5/debian:buster-20210111-slim",
|
||||
"armv7": "arm32v7/debian:buster-20210111-slim",
|
||||
"i386": "i386/debian:buster-20210111-slim"
|
||||
"aarch64": "arm64v8/debian:buster-20210208-slim",
|
||||
"amd64": "amd64/debian:buster-20210208-slim",
|
||||
"armhf": "arm32v5/debian:buster-20210208-slim",
|
||||
"armv7": "arm32v7/debian:buster-20210208-slim",
|
||||
"i386": "i386/debian:buster-20210208-slim"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue