From b4a43856fa7af9125395a088f3c0e3dae7a88225 Mon Sep 17 00:00:00 2001 From: 4TT1L4 <2914096+4TT1L4@users.noreply.github.com> Date: Mon, 19 Aug 2024 17:02:14 +0200 Subject: [PATCH] Bump base image version --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index fa7f7f3..76a824b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # syntax=docker/dockerfile:1 -ARG PYTHON_VERSION=3.12.3 +ARG PYTHON_VERSION=3.12 FROM python:${PYTHON_VERSION}-slim AS base # Prevents Python from writing pyc files.