1 parent 5152649 commit 782bde7Copy full SHA for 782bde7
1 file changed
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