Skip to content

Commit 7910365

Browse files
Update debian Docker tag to v13
1 parent b7847af commit 7910365

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)