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.
2 parents 069b363 + 7065bcd commit b7847afCopy full SHA for b7847af
build-images/asdf.Dockerfile
@@ -1,4 +1,4 @@
1
-FROM debian:12.10-slim
+FROM debian:12.12-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