Skip to content

Commit 39fc7fc

Browse files
Update debian Docker tag to v13
1 parent 6ee46ca commit 39fc7fc

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