mirror of
https://github.com/hassio-addons/addon-debian-base.git
synced 2025-05-07 04:31:30 +00:00
⬆️ Upgrades Debian to Bullseye 20230208 (#135)
This commit is contained in:
parent
e19085e64e
commit
d363540954
2 changed files with 7 additions and 7 deletions
|
@ -1,4 +1,4 @@
|
|||
ARG BUILD_FROM=debian:bullseye-20230109-slim
|
||||
ARG BUILD_FROM=debian:bullseye-20230208-slim
|
||||
# hadolint ignore=DL3006
|
||||
FROM ${BUILD_FROM}
|
||||
|
||||
|
@ -32,7 +32,7 @@ RUN \
|
|||
&& apt-get install -y --no-install-recommends \
|
||||
bash=5.1-2+deb11u1 \
|
||||
ca-certificates=20210119 \
|
||||
curl=7.74.0-1.3+deb11u3 \
|
||||
curl=7.74.0-1.3+deb11u5 \
|
||||
jq=1.6-2.1 \
|
||||
tzdata=2021a-1+deb11u8 \
|
||||
xz-utils=5.2.5-2.1~deb11u1 \
|
||||
|
|
|
@ -1,9 +1,9 @@
|
|||
---
|
||||
build_from:
|
||||
aarch64: arm64v8/debian:bullseye-20230109-slim
|
||||
amd64: amd64/debian:bullseye-20230109-slim
|
||||
armhf: arm32v5/debian:bullseye-20230109-slim
|
||||
armv7: arm32v7/debian:bullseye-20230109-slim
|
||||
i386: i386/debian:bullseye-20230109-slim
|
||||
aarch64: arm64v8/debian:bullseye-20230208-slim
|
||||
amd64: amd64/debian:bullseye-20230208-slim
|
||||
armhf: arm32v5/debian:bullseye-20230208-slim
|
||||
armv7: arm32v7/debian:bullseye-20230208-slim
|
||||
i386: i386/debian:bullseye-20230208-slim
|
||||
codenotary:
|
||||
signer: codenotary@frenck.dev
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue