mirror of
https://github.com/hassio-addons/addon-debian-base.git
synced 2025-05-07 04:31:30 +00:00
⬆️ Upgrade Debian to buster-20210329-slim (#42)
This commit is contained in:
parent
8fe715d767
commit
27feaa6d99
2 changed files with 7 additions and 7 deletions
|
@ -1,4 +1,4 @@
|
|||
ARG BUILD_FROM=debian:buster-20210208-slim
|
||||
ARG BUILD_FROM=debian:buster-20210329-slim
|
||||
# hadolint ignore=DL3006
|
||||
FROM ${BUILD_FROM}
|
||||
|
||||
|
@ -26,7 +26,7 @@ RUN \
|
|||
&& apt-get install -y --no-install-recommends \
|
||||
bash=5.0-4 \
|
||||
ca-certificates=20200601~deb10u2 \
|
||||
curl=7.64.0-4+deb10u1 \
|
||||
curl=7.64.0-4+deb10u2 \
|
||||
jq=1.5+dfsg-2+b1 \
|
||||
tzdata=2021a-0+deb10u1 \
|
||||
\
|
||||
|
|
|
@ -1,9 +1,9 @@
|
|||
{
|
||||
"build_from": {
|
||||
"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"
|
||||
"aarch64": "arm64v8/debian:buster-20210329-slim",
|
||||
"amd64": "amd64/debian:buster-20210329-slim",
|
||||
"armhf": "arm32v5/debian:buster-20210329-slim",
|
||||
"armv7": "arm32v7/debian:buster-20210329-slim",
|
||||
"i386": "i386/debian:buster-20210329-slim"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue