From 46bf1769508d7999195161ce96e58fb8d0b76d2a Mon Sep 17 00:00:00 2001 From: Emma Haley Date: Wed, 20 Apr 2022 12:44:36 +0200 Subject: [PATCH] set python to 3.8 --- docker-images/python3.8-alpine.dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker-images/python3.8-alpine.dockerfile b/docker-images/python3.8-alpine.dockerfile index f24404e..bb21ae0 100644 --- a/docker-images/python3.8-alpine.dockerfile +++ b/docker-images/python3.8-alpine.dockerfile @@ -28,7 +28,7 @@ RUN chmod +x /etc/supervisor/stop-supervisor.sh # uWSGI Python plugin # As an env var to re-use the config file -ENV UWSGI_PLUGIN python3 +ENV UWSGI_PLUGIN python3.8 # Which uWSGI .ini file should be used, to make it customizable ENV UWSGI_INI /app/uwsgi.ini