Skip to content

Commit

Permalink
Bump python from 3.10.6-bullseye to 3.10.7-bullseye
Browse files Browse the repository at this point in the history
Bumps python from 3.10.6-bullseye to 3.10.7-bullseye.

---
updated-dependencies:
- dependency-name: python
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 1, 2022
1 parent 93c5690 commit a0c17b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ RUN ["bazel", "build", "//wgkex/broker:app"]
RUN ["bazel", "build", "//wgkex/worker:app"]
RUN ["cp", "-rL", "bazel-bin", "bazel"]

FROM python:3.10.6-bullseye
FROM python:3.10.7-bullseye
WORKDIR /wgkex

COPY --from=builder /wgkex/bazel /wgkex/
Expand Down

0 comments on commit a0c17b9

Please sign in to comment.