We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b7847af commit 7910365Copy full SHA for 7910365
build-images/asdf.Dockerfile
@@ -1,4 +1,4 @@
1
-FROM debian:12.12-slim
+FROM debian:13.1-slim
2
LABEL org.opencontainers.image.source=https://github.com/code0-tech/internal-tooling
3
4
RUN apt-get update && apt-get install curl git -y
build-images/mise.Dockerfile
RUN apt-get update && apt-get install curl git -y && rm -rf /var/lib/apt/lists/*
0 commit comments