⬆️ Upgrade Debian to buster-20210329-slim (#42)

This commit is contained in:
Franck Nijhof 2021-04-04 21:08:43 +02:00 committed by GitHub
parent 8fe715d767
commit 27feaa6d99
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 7 additions and 7 deletions

View file

@ -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 \
\

View file

@ -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"
}
}