Skip to content

Commit 062f344

Browse files
author
Mashama McFarlane
committed
It's important that this is Debian 13 to match the distroless image.
Signed-off-by: Mashama McFarlane <mashama@moxility.com>
1 parent ffdc383 commit 062f344

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Dockerfile

Lines changed: 2 additions & 2 deletions
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 \
@@ -31,7 +31,7 @@ RUN --mount=type=cache,target=/root/.cache/pip \
3131

3232
# Copy the function venv to our runtime stage. It's important that the path be
3333
# the same as in the build stage, to avoid shebang paths and symlinks breaking.
34-
FROM gcr.io/distroless/python3-debian12 AS image
34+
FROM gcr.io/distroless/python3-debian13 AS image
3535
WORKDIR /
3636
COPY --from=build /venv/fn /venv/fn
3737
EXPOSE 9443

0 commit comments

Comments
 (0)