Skip to content

Commit 2aec417

Browse files
Update Dockerfile to use Debian 13
1 parent 1cf036a commit 2aec417

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# syntax=docker/dockerfile:1
22

3-
# It's important that this is Debian 12 to match the distroless image.
3+
# It's important that this is Debian 13 to match the distroless image.
44
FROM debian:13-slim AS build
55

66
RUN --mount=type=cache,target=/var/lib/apt/lists \

0 commit comments

Comments
 (0)