Skip to content

Commit b85ee81

Browse files
⬆️ Update Debian base image to v12.4
1 parent 4370eb1 commit b85ee81

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

base/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
ARG BUILD_FROM=debian:12.2-slim
1+
ARG BUILD_FROM=debian:12.4-slim
22
# hadolint ignore=DL3006
33
FROM ${BUILD_FROM}
44

base/build.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
---
22
build_from:
3-
aarch64: arm64v8/debian:12.2-slim
4-
amd64: amd64/debian:12.2-slim
5-
armhf: arm32v5/debian:12.2-slim
6-
armv7: arm32v7/debian:12.2-slim
7-
i386: i386/debian:12.2-slim
3+
aarch64: arm64v8/debian:12.4-slim
4+
amd64: amd64/debian:12.4-slim
5+
armhf: arm32v5/debian:12.4-slim
6+
armv7: arm32v7/debian:12.4-slim
7+
i386: i386/debian:12.4-slim
88
codenotary:
99

0 commit comments

Comments
 (0)