Skip to content

Commit d358b5c

Browse files
authored
Merge pull request #104 from code0-tech/renovate/debian-12.x
Update debian Docker tag to v12.13
2 parents 797e53b + 963c4e4 commit d358b5c

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

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.12-slim
1+
FROM debian:12.13-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.12-slim
1+
FROM debian:12.13-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)