Skip to content

Commit b7847af

Browse files
authored
Merge pull request #64 from code0-tech/renovate/debian-12.x
Update debian Docker tag to v12.12
2 parents 069b363 + 7065bcd commit b7847af

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build-images/asdf.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM debian:12.10-slim
1+
FROM debian:12.12-slim
22
LABEL org.opencontainers.image.source=https://github.com/code0-tech/internal-tooling
33

44
RUN apt-get update && apt-get install curl git -y

build-images/mise.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM debian:12.10-slim
1+
FROM debian:12.12-slim
22
LABEL org.opencontainers.image.source=https://github.com/code0-tech/internal-tooling
33

44
RUN apt-get update && apt-get install curl git -y && rm -rf /var/lib/apt/lists/*

0 commit comments

Comments
 (0)