Skip to content

Commit

Permalink
⬆️ Update Debian base image to v12 (major) (#150)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Franck Nijhof <[email protected]>
  • Loading branch information
renovate[bot] and frenck authored Jun 13, 2023
1 parent 4d3dd37 commit 481134f
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion .github/renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
],
"versioningTemplate": "deb",
"datasourceTemplate": "repology",
"depNameTemplate": "debian_11/{{package}}"
"depNameTemplate": "debian_12/{{package}}"
}
],
"packageRules": [
Expand Down
12 changes: 6 additions & 6 deletions base/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ARG BUILD_FROM=debian:11.7-slim
ARG BUILD_FROM=debian:12.0-slim
# hadolint ignore=DL3006
FROM ${BUILD_FROM}

Expand Down Expand Up @@ -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 \
\
Expand Down
10 changes: 5 additions & 5 deletions base/build.yaml
Original file line number Diff line number Diff line change
@@ -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: [email protected]

0 comments on commit 481134f

Please sign in to comment.