mirror of
https://github.com/hassio-addons/addon-debian-base.git
synced 2025-05-07 04:31:30 +00:00
⬆️ Upgrades Debian to Bullseye 20210816 (#77)
This commit is contained in:
parent
471b3c9175
commit
bc2e4393d3
2 changed files with 11 additions and 11 deletions
|
@ -1,4 +1,4 @@
|
|||
ARG BUILD_FROM=debian:buster-20210721-slim
|
||||
ARG BUILD_FROM=debian:bullseye-20210816-slim
|
||||
# hadolint ignore=DL3006
|
||||
FROM ${BUILD_FROM}
|
||||
|
||||
|
@ -24,11 +24,11 @@ RUN \
|
|||
apt-get update \
|
||||
\
|
||||
&& apt-get install -y --no-install-recommends \
|
||||
bash=5.0-4 \
|
||||
ca-certificates=20200601~deb10u2 \
|
||||
curl=7.64.0-4+deb10u2 \
|
||||
jq=1.5+dfsg-2+b1 \
|
||||
tzdata=2021a-0+deb10u1 \
|
||||
bash=5.1-2+b3 \
|
||||
ca-certificates=20210119 \
|
||||
curl=7.74.0-1.3+b1 \
|
||||
jq=1.6-2.1 \
|
||||
tzdata=2021a-1 \
|
||||
\
|
||||
&& c_rehash \
|
||||
\
|
||||
|
|
|
@ -1,9 +1,9 @@
|
|||
{
|
||||
"build_from": {
|
||||
"aarch64": "arm64v8/debian:buster-20210721-slim",
|
||||
"amd64": "amd64/debian:buster-20210721-slim",
|
||||
"armhf": "arm32v5/debian:buster-20210721-slim",
|
||||
"armv7": "arm32v7/debian:buster-20210721-slim",
|
||||
"i386": "i386/debian:buster-20210721-slim"
|
||||
"aarch64": "arm64v8/debian:bullseye-20210816-slim",
|
||||
"amd64": "amd64/debian:bullseye-20210816-slim",
|
||||
"armhf": "arm32v5/debian:bullseye-20210816-slim",
|
||||
"armv7": "arm32v7/debian:bullseye-20210816-slim",
|
||||
"i386": "i386/debian:bullseye-20210816-slim"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue