mirror of
https://github.com/hassio-addons/addon-debian-base.git
synced 2025-05-03 18:51:23 +00:00
⬆️ Update Debian base image to v12 (major) (#150)
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
4d3dd37b1a
commit
481134fa0c
3 changed files with 12 additions and 12 deletions
2
.github/renovate.json
vendored
2
.github/renovate.json
vendored
|
@ -52,7 +52,7 @@
|
|||
],
|
||||
"versioningTemplate": "deb",
|
||||
"datasourceTemplate": "repology",
|
||||
"depNameTemplate": "debian_11/{{package}}"
|
||||
"depNameTemplate": "debian_12/{{package}}"
|
||||
}
|
||||
],
|
||||
"packageRules": [
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
ARG BUILD_FROM=debian:11.7-slim
|
||||
ARG BUILD_FROM=debian:12.0-slim
|
||||
# hadolint ignore=DL3006
|
||||
FROM ${BUILD_FROM}
|
||||
|
||||
|
@ -32,12 +32,12 @@ RUN \
|
|||
apt-get update \
|
||||
\
|
||||
&& apt-get install -y --no-install-recommends \
|
||||
bash=5.1-2+deb11u1 \
|
||||
ca-certificates=20210119 \
|
||||
curl=7.74.0-1.3+deb11u7 \
|
||||
bash=5.2.15-2+b2 \
|
||||
ca-certificates=20230311 \
|
||||
curl=7.88.1-10 \
|
||||
jq=1.6-2.1 \
|
||||
tzdata=2021a-1+deb11u10 \
|
||||
xz-utils=5.2.5-2.1~deb11u1 \
|
||||
tzdata=2023c-5 \
|
||||
xz-utils=5.4.1-0.2 \
|
||||
\
|
||||
&& c_rehash \
|
||||
\
|
||||
|
|
|
@ -1,9 +1,9 @@
|
|||
---
|
||||
build_from:
|
||||
aarch64: arm64v8/debian:11.7-slim
|
||||
amd64: amd64/debian:11.7-slim
|
||||
armhf: arm32v5/debian:11.7-slim
|
||||
armv7: arm32v7/debian:11.7-slim
|
||||
i386: i386/debian:11.7-slim
|
||||
aarch64: arm64v8/debian:12.0-slim
|
||||
amd64: amd64/debian:12.0-slim
|
||||
armhf: arm32v5/debian:12.0-slim
|
||||
armv7: arm32v7/debian:12.0-slim
|
||||
i386: i386/debian:12.0-slim
|
||||
codenotary:
|
||||
signer: codenotary@frenck.dev
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue