Skip to content

Commit

Permalink
Bump python from 3.11.8-alpine3.18 to 3.12.3-alpine3.18
Browse files Browse the repository at this point in the history
Bumps python from 3.11.8-alpine3.18 to 3.12.3-alpine3.18.

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Apr 15, 2024
1 parent 4396c7a commit 7966618
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 @@ -52,7 +52,7 @@ RUN pipenv sync --clear --verbose

# The version of Python used here should match the version of the Alpine
# python3 package installed in the compile-stage.
FROM python:3.11.8-alpine3.18 AS build-stage
FROM python:3.12.3-alpine3.18 AS build-stage

###
# For a list of pre-defined annotation keys and value types see:
Expand Down

0 comments on commit 7966618

Please sign in to comment.