Skip to content

Commit

Permalink
⬆️ Update Debian base image to v12.5 (#166)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Feb 14, 2024
1 parent 252d0d8 commit 7ada86a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion base/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ARG BUILD_FROM=debian:12.4-slim
ARG BUILD_FROM=debian:12.5-slim
# hadolint ignore=DL3006
FROM ${BUILD_FROM}

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:12.4-slim
amd64: amd64/debian:12.4-slim
armhf: arm32v5/debian:12.4-slim
armv7: arm32v7/debian:12.4-slim
i386: i386/debian:12.4-slim
aarch64: arm64v8/debian:12.5-slim
amd64: amd64/debian:12.5-slim
armhf: arm32v5/debian:12.5-slim
armv7: arm32v7/debian:12.5-slim
i386: i386/debian:12.5-slim
codenotary:
signer: codenotary@frenck.dev

0 comments on commit 7ada86a

Please sign in to comment.