mirror of
https://github.com/hassio-addons/addon-debian-base.git
synced 2025-05-06 20:21:24 +00:00
⬆️ Update Debian base image to v12.6 (#169)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Franck Nijhof <git@frenck.dev>
This commit is contained in:
parent
935016cece
commit
9f3c720400
2 changed files with 7 additions and 7 deletions
|
@ -1,4 +1,4 @@
|
||||||
ARG BUILD_FROM=debian:12.5-slim
|
ARG BUILD_FROM=debian:12.6-slim
|
||||||
# hadolint ignore=DL3006
|
# hadolint ignore=DL3006
|
||||||
FROM ${BUILD_FROM}
|
FROM ${BUILD_FROM}
|
||||||
|
|
||||||
|
@ -32,7 +32,7 @@ RUN \
|
||||||
apt-get update \
|
apt-get update \
|
||||||
\
|
\
|
||||||
&& apt-get install -y --no-install-recommends \
|
&& apt-get install -y --no-install-recommends \
|
||||||
bash=5.2.15-2+b2 \
|
bash=5.2.15-2+b7 \
|
||||||
ca-certificates=20230311 \
|
ca-certificates=20230311 \
|
||||||
curl=7.88.1-10+deb12u6 \
|
curl=7.88.1-10+deb12u6 \
|
||||||
jq=1.6-2.1 \
|
jq=1.6-2.1 \
|
||||||
|
|
|
@ -1,9 +1,9 @@
|
||||||
---
|
---
|
||||||
build_from:
|
build_from:
|
||||||
aarch64: arm64v8/debian:12.5-slim
|
aarch64: arm64v8/debian:12.6-slim
|
||||||
amd64: amd64/debian:12.5-slim
|
amd64: amd64/debian:12.6-slim
|
||||||
armhf: arm32v5/debian:12.5-slim
|
armhf: arm32v5/debian:12.6-slim
|
||||||
armv7: arm32v7/debian:12.5-slim
|
armv7: arm32v7/debian:12.6-slim
|
||||||
i386: i386/debian:12.5-slim
|
i386: i386/debian:12.6-slim
|
||||||
codenotary:
|
codenotary:
|
||||||
signer: codenotary@frenck.dev
|
signer: codenotary@frenck.dev
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue