diff --git a/docker/Dockerfile.requirements b/docker/Dockerfile.requirements index 71172f86a1..10e87059fe 100644 --- a/docker/Dockerfile.requirements +++ b/docker/Dockerfile.requirements @@ -1,5 +1,5 @@ # syntax=docker/dockerfile:1.4 -ARG PYTHON_IMAGE=python:3.12-slim-bookworm +ARG PYTHON_IMAGE=python:3.12.4-slim-bookworm # BUILD STAGE - Download dependencies from GitHub that require SSH access FROM $PYTHON_IMAGE as build