Skip to content

Commit 99c4df9

Browse files
authored
Merge pull request #536 from janbrasna/python-bump
Move to Python 3.11.12 images
2 parents dab64ad + e955eae commit 99c4df9

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM python:3.11.7 AS base
1+
FROM python:3.11 AS base
22

33
ENV POETRY_VERSION=1.8.2 \
44
POETRY_VIRTUALENVS_IN_PROJECT=true \
@@ -50,7 +50,7 @@ EXPOSE $PORT
5050
CMD ["./bin/run-dev.sh"]
5151

5252
# Production image
53-
FROM python:3.11.7-slim AS prod
53+
FROM python:3.11-slim AS prod
5454

5555
ARG UID=10001
5656
ARG GID=10001

0 commit comments

Comments
 (0)