We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a6abd80 commit 2cc6899Copy full SHA for 2cc6899
Dockerfile
@@ -1,4 +1,4 @@
1
-FROM python:3.11-slim AS python-base
+FROM python:3.12-slim AS python-base
2
WORKDIR /app
3
COPY ./requirements.txt /app
4
RUN pip install --no-cache-dir -r requirements.txt
0 commit comments