summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrenovate[bot] <29139614+renovate[bot]@users.noreply.github.com>2023-06-07 20:58:03 +0000
committerGitHub <noreply@github.com>2023-06-07 20:58:03 +0000
commit979cbdc6e5cb1212ac334b7989debba4a489431a (patch)
tree4c4bd5dcd1a5b9b27b264b8b5e6508882e0e6548
parent44d7582f91ae87fdf9d99ef8715e6a5562b5a715 (diff)
downloadProject-Tick-979cbdc6e5cb1212ac334b7989debba4a489431a.tar.gz
Project-Tick-979cbdc6e5cb1212ac334b7989debba4a489431a.zip
chore(deps): update python docker tag to v3.11.4
-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