diff options
| author | Sefa Eyeoglu <contact@scrumplex.net> | 2023-06-08 09:15:59 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-06-08 09:15:59 +0200 |
| commit | 5cea5ef1e6868bb75f0d0c2583a7a394838c0e08 (patch) | |
| tree | 4c4bd5dcd1a5b9b27b264b8b5e6508882e0e6548 | |
| parent | 44d7582f91ae87fdf9d99ef8715e6a5562b5a715 (diff) | |
| parent | 979cbdc6e5cb1212ac334b7989debba4a489431a (diff) | |
| download | Project-Tick-5cea5ef1e6868bb75f0d0c2583a7a394838c0e08.tar.gz Project-Tick-5cea5ef1e6868bb75f0d0c2583a7a394838c0e08.zip | |
Merge pull request #20 from PrismLauncher/renovate/python-3.x
| -rw-r--r-- | Containerfile | 2 |
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 |
