Skip to content

Commit cad82c8

Browse files
authored
Merge pull request #11 from epandurski/master
Update dependencies, Dockerfile
2 parents 78cfc14 + 33db24e commit cad82c8

File tree

2 files changed

+141
-203
lines changed

2 files changed

+141
-203
lines changed

Dockerfile

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

4-
ENV POETRY_VERSION="1.4.2"
4+
ENV POETRY_VERSION="1.5.1"
55
RUN apk add --no-cache \
66
file \
77
make \
@@ -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.10.6-alpine3.16 AS app-image
30+
FROM python:3.11.4-alpine3.18 AS app-image
3131
ARG APP_NAME=swpt_stomp
3232

3333
ENV APP_NAME=$APP_NAME

0 commit comments

Comments
 (0)