summaryrefslogtreecommitdiff
path: root/Containerfile
diff options
context:
space:
mode:
authorSefa Eyeoglu <contact@scrumplex.net>2024-02-28 22:10:37 +0100
committerGitHub <noreply@github.com>2024-02-28 22:10:37 +0100
commit0dca327446d78f355cccd6b1163366f2bf600cde (patch)
treef34884c5ff05c0fd0e30968c07fe91fb59b7970e /Containerfile
parentf2e13cfaea1ad61897801cb4b2fd2c896d2410a4 (diff)
parentee498833c2bb00fef4cb60d840e8b3ae84d177f2 (diff)
downloadProject-Tick-0dca327446d78f355cccd6b1163366f2bf600cde.tar.gz
Project-Tick-0dca327446d78f355cccd6b1163366f2bf600cde.zip
Merge pull request #35 from PrismLauncher/revert-27-renovate/python-3.x
Diffstat (limited to 'Containerfile')
-rw-r--r--Containerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Containerfile b/Containerfile
index f3efe00c71..68e22b68c7 100644
--- a/Containerfile
+++ b/Containerfile
@@ -1,4 +1,4 @@
-FROM python:3.12.0-alpine3.17
+FROM python:3.11.5-alpine3.17
ARG UID=1337
ARG GID=1337