Skip to content

Commit

Permalink
Merge pull request #45 from epandurski/master
Browse files Browse the repository at this point in the history
Use python:3.11.5-alpine3.18
  • Loading branch information
epandurski authored Sep 2, 2023
2 parents f174736 + feb54bd commit e016575
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,6 +1,6 @@
FROM oryd/oathkeeper:v0.40.6 as oathkeeper-image

FROM python:3.11.4-alpine3.18 AS venv-image
FROM python:3.11.5-alpine3.18 AS venv-image
WORKDIR /usr/src/app

ENV POETRY_VERSION="1.5.1"
Expand Down Expand Up @@ -29,7 +29,7 @@ RUN poetry config virtualenvs.create false --local \

# This is the final app image. Starting from a clean alpine image, it
# copies over the previously created virtual environment.
FROM python:3.11.4-alpine3.18 AS app-image
FROM python:3.11.5-alpine3.18 AS app-image
ARG FLASK_APP=swpt_creditors

ENV FLASK_APP=$FLASK_APP
Expand Down

0 comments on commit e016575

Please sign in to comment.