From 26b7f1498e77f030dadb06e24b3ffc5ecd3db6a4 Mon Sep 17 00:00:00 2001 From: UIS DevOps Renovate Bot <devops+renovatebot@uis.cam.ac.uk> Date: Tue, 13 Aug 2024 11:18:56 +0000 Subject: [PATCH] chore(deps): update all non-major dependencies --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 0327c83..b95bb19 100644 --- a/Dockerfile +++ b/Dockerfile @@ -4,7 +4,7 @@ # If you change the version here, update pyproject.toml and the version used in # CI. We explicitly specify the platform here so that it matches the platform # used in deployment. -FROM --platform=linux/amd64 registry.gitlab.developers.cam.ac.uk/uis/devops/infra/dockerimages/python:3.11-slim AS base +FROM --platform=linux/amd64 registry.gitlab.developers.cam.ac.uk/uis/devops/infra/dockerimages/python:3.12-slim AS base # Some performance and disk-usage optimisations for Python within a docker container. ENV PYTHONUNBUFFERED=1 PYTHONDONTWRITEBYTECODE=1 -- GitLab