From cf9a60cf785c3390d1b9a5198c94296435e4a7bd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Nov 2024 09:10:46 +0000 Subject: [PATCH] Bump python from 3.11.10-slim-bookworm to 3.13.0-slim-bookworm Bumps python from 3.11.10-slim-bookworm to 3.13.0-slim-bookworm. --- updated-dependencies: - dependency-name: python dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 17e77d0..6c69d5e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -10,7 +10,7 @@ RUN ["bazel", "build", "//wgkex/worker:app"] RUN ["cp", "-rL", "bazel-bin", "bazel"] -FROM python:3.11.10-slim-bookworm +FROM python:3.13.0-slim-bookworm WORKDIR /wgkex COPY --from=builder /wgkex/bazel /wgkex/