diff options
| author | Sefa Eyeoglu <contact@scrumplex.net> | 2024-02-28 22:10:37 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-02-28 22:10:37 +0100 |
| commit | 0dca327446d78f355cccd6b1163366f2bf600cde (patch) | |
| tree | f34884c5ff05c0fd0e30968c07fe91fb59b7970e /Containerfile | |
| parent | f2e13cfaea1ad61897801cb4b2fd2c896d2410a4 (diff) | |
| parent | ee498833c2bb00fef4cb60d840e8b3ae84d177f2 (diff) | |
| download | Project-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-- | Containerfile | 2 |
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 |
