Skip to content

Commit

Permalink
core: bump python from 3.11.5-slim-bookworm to 3.12.4-slim-bookworm
Browse files Browse the repository at this point in the history
Bumps python from 3.11.5-slim-bookworm to 3.12.4-slim-bookworm.

---
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 Jun 10, 2024
1 parent 600d8d2 commit 2aaa979
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
Expand Up @@ -83,7 +83,7 @@ RUN --mount=type=secret,id=GEOIPUPDATE_ACCOUNT_ID \
/bin/sh -c "/usr/bin/entry.sh || echo 'Failed to get GeoIP database, disabling'; exit 0"

# Stage 5: Python dependencies
FROM docker.io/python:3.11.5-bookworm AS python-deps
FROM docker.io/python:3.12.4-bookworm AS python-deps

WORKDIR /ak-root/poetry

Expand Down Expand Up @@ -113,7 +113,7 @@ RUN ls /ak-root/venv/bin
RUN ls /usr/local/bin/

# Stage 6: Run
FROM docker.io/python:3.11.5-slim-bookworm AS final-image
FROM docker.io/python:3.12.4-slim-bookworm AS final-image

ARG GIT_BUILD_HASH
ARG VERSION
Expand Down

0 comments on commit 2aaa979

Please sign in to comment.