Skip to content

Commit 332c478

Browse files
chore(deps): update debian docker tag to v13
1 parent a81d515 commit 332c478

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

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

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

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

0 commit comments

Comments
 (0)