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 a81d515 commit 332c478Copy full SHA for 332c478
Dockerfile
@@ -1,7 +1,7 @@
1
# syntax=docker/dockerfile:1
2
3
# It's important that this is Debian 12 to match the distroless image.
4
-FROM debian:12-slim AS build
+FROM debian:13-slim AS build
5
6
RUN --mount=type=cache,target=/var/lib/apt/lists \
7
--mount=type=cache,target=/var/cache/apt \
0 commit comments