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 78cfc14 + 33db24e commit cad82c8Copy full SHA for cad82c8
Dockerfile
@@ -1,7 +1,7 @@
1
-FROM python:3.10.6-alpine3.16 AS venv-image
+FROM python:3.11.4-alpine3.18 AS venv-image
2
WORKDIR /usr/src/app
3
4
-ENV POETRY_VERSION="1.4.2"
+ENV POETRY_VERSION="1.5.1"
5
RUN apk add --no-cache \
6
file \
7
make \
@@ -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.10.6-alpine3.16 AS app-image
+FROM python:3.11.4-alpine3.18 AS app-image
31
ARG APP_NAME=swpt_stomp
32
33
ENV APP_NAME=$APP_NAME
0 commit comments