Skip to content

Commit 2cc6899

Browse files
renovate[bot]toelke
authored andcommittedFeb 5, 2024·
Update python Docker tag to v3.12
1 parent a6abd80 commit 2cc6899

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM python:3.11-slim AS python-base
1+
FROM python:3.12-slim AS python-base
22
WORKDIR /app
33
COPY ./requirements.txt /app
44
RUN pip install --no-cache-dir -r requirements.txt

0 commit comments

Comments
 (0)
Please sign in to comment.