We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents cad82c8 + eae0e78 commit 914e0e0Copy full SHA for 914e0e0
Dockerfile
@@ -1,4 +1,4 @@
1
-FROM python:3.11.4-alpine3.18 AS venv-image
+FROM python:3.11.5-alpine3.18 AS venv-image
2
WORKDIR /usr/src/app
3
4
ENV POETRY_VERSION="1.5.1"
@@ -27,7 +27,7 @@ RUN poetry config virtualenvs.create false --local \
27
28
# This is the final app image. Starting from a clean alpine image, it
29
# copies over the previously created virtual environment.
30
-FROM python:3.11.4-alpine3.18 AS app-image
+FROM python:3.11.5-alpine3.18 AS app-image
31
ARG APP_NAME=swpt_stomp
32
33
ENV APP_NAME=$APP_NAME
0 commit comments