Skip to content
This repository was archived by the owner on Jun 13, 2025. It is now read-only.

Commit be99f8d

Browse files
committed
Update base image to python 3.12.4
1 parent 85ef159 commit be99f8d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker/Dockerfile.requirements

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# syntax=docker/dockerfile:1.4
2-
ARG PYTHON_IMAGE=python:3.12-slim-bookworm
2+
ARG PYTHON_IMAGE=python:3.12.4-slim-bookworm
33

44
# BUILD STAGE - Download dependencies from GitHub that require SSH access
55
FROM $PYTHON_IMAGE as build

0 commit comments

Comments
 (0)