Skip to content

Commit e6a9269

Browse files
committed
refactor: Upgrade python version
1 parent e722565 commit e6a9269

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
@@ -2,7 +2,7 @@
22
# Builder image
33
##########################################################################################
44
# Using python debian slim version
5-
FROM python:3.12.4-slim AS builder-image
5+
FROM python:3.12.7-slim AS builder-image
66

77
# Update and install dependencies
88
RUN apt-get update -y \
@@ -28,7 +28,7 @@ RUN pip3 install --no-cache-dir -r requirements.txt
2828
# Runner image
2929
##########################################################################################
3030
# Using python debian slim version
31-
FROM python:3.12.4-slim AS runner-image
31+
FROM python:3.12.7-slim AS runner-image
3232

3333
# Update and install dependencies
3434
RUN apt-get update -y \

0 commit comments

Comments
 (0)