summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSefa Eyeoglu <contact@scrumplex.net>2023-06-08 09:15:59 +0200
committerGitHub <noreply@github.com>2023-06-08 09:15:59 +0200
commit5cea5ef1e6868bb75f0d0c2583a7a394838c0e08 (patch)
tree4c4bd5dcd1a5b9b27b264b8b5e6508882e0e6548
parent44d7582f91ae87fdf9d99ef8715e6a5562b5a715 (diff)
parent979cbdc6e5cb1212ac334b7989debba4a489431a (diff)
downloadProject-Tick-5cea5ef1e6868bb75f0d0c2583a7a394838c0e08.tar.gz
Project-Tick-5cea5ef1e6868bb75f0d0c2583a7a394838c0e08.zip
Merge pull request #20 from PrismLauncher/renovate/python-3.x
-rw-r--r--Containerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Containerfile b/Containerfile
index 4e5b355b0d..6e85cf7a23 100644
--- a/Containerfile
+++ b/Containerfile
@@ -1,4 +1,4 @@
-FROM python:3.11.3-alpine3.17
+FROM python:3.11.4-alpine3.17
ARG UID=1337
ARG GID=1337