Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 1, 2023
1 parent b4b026d commit bd1d8d9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM python:3.11.5-bullseye AS builder
FROM python:3.12.0-bullseye AS builder

RUN apt-get update && apt-get install -y apt-transport-https curl gnupg \
&& curl -fsSL https://bazel.build/bazel-release.pub.gpg | gpg --dearmor >/usr/share/keyrings/bazel-archive-keyring.gpg \
Expand All @@ -15,7 +15,7 @@ RUN ["bazel", "build", "//wgkex/broker:app"]
RUN ["bazel", "build", "//wgkex/worker:app"]
RUN ["cp", "-rL", "bazel-bin", "bazel"]

FROM python:3.11.5-bullseye
FROM python:3.12.0-bullseye
WORKDIR /wgkex

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

0 comments on commit bd1d8d9

Please sign in to comment.