From 4912124eda072917fc2f08494c09e2691bc41436 Mon Sep 17 00:00:00 2001 From: Peter Dudfield <34686298+peterdudfield@users.noreply.github.com> Date: Fri, 8 Dec 2023 08:58:42 +0000 Subject: [PATCH] Update Dockerfile --- infrastructure/docker/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/infrastructure/docker/Dockerfile b/infrastructure/docker/Dockerfile index c5a8cef..a1e4328 100644 --- a/infrastructure/docker/Dockerfile +++ b/infrastructure/docker/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.10-slim +FROM python:3.12-slim ARG TESTING=0