Skip to content

Commit 4695450

Browse files
Update python Docker tag to v3.12.1
1 parent 85dd4ff commit 4695450

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM python:3.11.2-slim as builder
1+
FROM python:3.12.1-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.2-slim
10+
FROM python:3.12.1-slim
1111

1212
ENV PYTHONUNBUFFERED 1
1313

0 commit comments

Comments
 (0)