Skip to content

Commit

Permalink
set python to 3.8
Browse files Browse the repository at this point in the history
  • Loading branch information
Emma Haley committed Apr 20, 2022
1 parent 3e38fb2 commit 46bf176
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-images/python3.8-alpine.dockerfile
Expand Up @@ -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
Expand Down

0 comments on commit 46bf176

Please sign in to comment.