We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e722565 commit e6a9269Copy full SHA for e6a9269
Dockerfile
@@ -2,7 +2,7 @@
2
# Builder image
3
##########################################################################################
4
# Using python debian slim version
5
-FROM python:3.12.4-slim AS builder-image
+FROM python:3.12.7-slim AS builder-image
6
7
# Update and install dependencies
8
RUN apt-get update -y \
@@ -28,7 +28,7 @@ RUN pip3 install --no-cache-dir -r requirements.txt
28
# Runner image
29
30
31
-FROM python:3.12.4-slim AS runner-image
+FROM python:3.12.7-slim AS runner-image
32
33
34
0 commit comments