Skip to content

Commit 4244b6b

Browse files
authored
Merge pull request #5 from CUBETIQ/renovate/python-3.x
Update python Docker tag to v3.11.2
2 parents 46a2624 + 5ca2773 commit 4244b6b

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.1-slim as builder
1+
FROM python:3.11.2-slim as builder
22

33
ENV PYTHONDONTWRITEBYTECODE 1
44
ENV PYTHONUNBUFFERED 1
@@ -7,7 +7,7 @@ COPY ./requirements.txt requirements.txt
77

88
RUN pip install --user -r requirements.txt
99

10-
FROM python:3.11.1-slim
10+
FROM python:3.11.2-slim
1111

1212
ENV PYTHONUNBUFFERED 1
1313

0 commit comments

Comments
 (0)