Skip to content

Commit 914e0e0

Browse files
authored
Merge pull request #12 from epandurski/master
Use python:3.11.5 for the docker image
2 parents cad82c8 + eae0e78 commit 914e0e0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM python:3.11.4-alpine3.18 AS venv-image
1+
FROM python:3.11.5-alpine3.18 AS venv-image
22
WORKDIR /usr/src/app
33

44
ENV POETRY_VERSION="1.5.1"
@@ -27,7 +27,7 @@ RUN poetry config virtualenvs.create false --local \
2727

2828
# This is the final app image. Starting from a clean alpine image, it
2929
# copies over the previously created virtual environment.
30-
FROM python:3.11.4-alpine3.18 AS app-image
30+
FROM python:3.11.5-alpine3.18 AS app-image
3131
ARG APP_NAME=swpt_stomp
3232

3333
ENV APP_NAME=$APP_NAME

0 commit comments

Comments
 (0)