From b86ed359ca3d6636d001694f344f91ae3dd02aa6 Mon Sep 17 00:00:00 2001 From: 4TT1L4 <2914096+4TT1L4@users.noreply.github.com> Date: Fri, 26 Apr 2024 16:37:51 +0200 Subject: [PATCH] Clean up dependencies #35 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 9c39373..88c1f2a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # syntax=docker/dockerfile:1 -ARG PYTHON_VERSION=3.12 +ARG PYTHON_VERSION=3.12.3 FROM python:${PYTHON_VERSION}-slim as base # Prevents Python from writing pyc files.