Skip to content

Commit

Permalink
Bump python from 3.8-alpine3.15 to 3.12.0a2-alpine3.15
Browse files Browse the repository at this point in the history
Bumps python from 3.8-alpine3.15 to 3.12.0a2-alpine3.15.

---
updated-dependencies:
- dependency-name: python
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 3, 2023
1 parent 9655bc6 commit bbfb986
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.8 as base
FROM python:3.12 as base

# Setup env
ENV LANG C.UTF-8
Expand All @@ -17,7 +17,7 @@ COPY Pipfile .
COPY Pipfile.lock .
RUN PIPENV_VENV_IN_PROJECT=1 pipenv install --ignore-pipfile --deploy

FROM python:3.8-alpine3.15 AS runtime
FROM python:3.12.0a2-alpine3.15 AS runtime

# Copy virtual env from python-deps stage
COPY --from=python-deps /.venv /.venv
Expand Down

0 comments on commit bbfb986

Please sign in to comment.