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 ae85240 commit 1204d08Copy full SHA for 1204d08
build-images/asdf.Dockerfile
@@ -1,4 +1,4 @@
1
-FROM debian:12.10-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