Skip to content

Commit 36bd077

Browse files
Bump python from 3.13.0-slim-bookworm to 3.13.1-slim-bookworm
Bumps python from 3.13.0-slim-bookworm to 3.13.1-slim-bookworm. --- updated-dependencies: - dependency-name: python dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent d99e25f commit 36bd077

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ RUN ["bazel", "build", "//wgkex/worker:app"]
1111
RUN ["cp", "-rL", "bazel-bin", "bazel"]
1212

1313

14-
FROM python:3.13.0-slim-bookworm
14+
FROM python:3.13.1-slim-bookworm
1515
WORKDIR /wgkex
1616

1717
COPY --from=builder /wgkex/bazel /wgkex/

0 commit comments

Comments
 (0)