summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrenovate[bot] <29139614+renovate[bot]@users.noreply.github.com>2023-10-24 02:41:27 +0000
committerSefa Eyeoglu <contact@scrumplex.net>2024-02-24 10:45:01 +0100
commit62db9b10b04e5fef569d62158d2a03519c72dab0 (patch)
treeeab5d79fb0b9efb2daf47900652393a20cbd3461
parent276f578d3a7811b575a383f491b434ddba964b22 (diff)
downloadProject-Tick-62db9b10b04e5fef569d62158d2a03519c72dab0.tar.gz
Project-Tick-62db9b10b04e5fef569d62158d2a03519c72dab0.zip
chore(deps): update python docker tag to v3.12.0
-rw-r--r--Containerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Containerfile b/Containerfile
index 68e22b68c7..f3efe00c71 100644
--- a/Containerfile
+++ b/Containerfile
@@ -1,4 +1,4 @@
-FROM python:3.11.5-alpine3.17
+FROM python:3.12.0-alpine3.17
ARG UID=1337
ARG GID=1337