Skip to content

Commit 25b3d20

Browse files
authored
Merge pull request #147 from freifunkMUC/dependabot/docker/python-3.11.10-slim-bookworm
Bump python from 3.11.9-slim-bookworm to 3.11.10-slim-bookworm
2 parents efbcc61 + 4be4649 commit 25b3d20

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
@@ -10,7 +10,7 @@ RUN ["bazel", "build", "//wgkex/worker:app"]
1010
RUN ["cp", "-rL", "bazel-bin", "bazel"]
1111

1212

13-
FROM python:3.11.9-slim-bookworm
13+
FROM python:3.11.10-slim-bookworm
1414
WORKDIR /wgkex
1515

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

0 commit comments

Comments
 (0)