From a8d13aa95c70e4d7dee013253d7cce7ef4eb1ed8 Mon Sep 17 00:00:00 2001 From: Jonathan Sick Date: Wed, 20 Mar 2024 11:41:10 -0400 Subject: [PATCH] Update Docker to python:3.12.2 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index f6804d5..256ddfb 100644 --- a/Dockerfile +++ b/Dockerfile @@ -14,7 +14,7 @@ # - Runs a non-root user. # - Sets up the entrypoint and port. -FROM python:3.12.1-slim-bullseye as base-image +FROM python:3.12.2-slim-bullseye as base-image # Update system packages COPY scripts/install-base-packages.sh .