From: Stephen Finucane Date: Wed, 17 Jan 2024 13:09:26 +0000 (+0000) Subject: tools: Use stable-3.1 tag for Docker X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=90465e906d0bd17dc29707526e79700ebadae58a;p=thirdparty%2Fpatchwork.git tools: Use stable-3.1 tag for Docker Since we've removed Python 3.7 support in latest. Signed-off-by: Stephen Finucane --- diff --git a/tools/docker/Dockerfile b/tools/docker/Dockerfile index d164e491..de6cda56 100644 --- a/tools/docker/Dockerfile +++ b/tools/docker/Dockerfile @@ -1,4 +1,4 @@ -FROM ghcr.io/getpatchwork/pyenv:latest +FROM ghcr.io/getpatchwork/pyenv:stable-3.1 ARG UID ARG GID