Skip to content

Commit 677c871

Browse files
committed
distroless/python3-debian13; version 0.0.21
1 parent 1598527 commit 677c871

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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

function/__version__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,4 @@
1616
"""The version of the function."""
1717

1818
# This is set at build time, using "hatch version"
19-
__version__ = "0.0.20"
19+
__version__ = "0.0.21"

0 commit comments

Comments
 (0)