Skip to content
This repository has been archived by the owner on Jun 26, 2024. It is now read-only.

Commit

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

---
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 Jun 10, 2024
1 parent 0a2bf14 commit f951831
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.12.3-alpine3.19 as compile-stage
FROM python:3.12.4-alpine3.19 as compile-stage

###
# For a list of pre-defined annotation keys and value types see:
Expand Down Expand Up @@ -53,7 +53,7 @@ COPY src/Pipfile src/Pipfile.lock ./
# VIRTUAL_ENV environment variable if it is set.
RUN pipenv sync --clear --verbose

FROM python:3.12.3-alpine3.19 as build-stage
FROM python:3.12.4-alpine3.19 as build-stage

###
# Unprivileged user setup variables
Expand Down

0 comments on commit f951831

Please sign in to comment.