Skip to content

Commit

Permalink
Upgrade to Python 2.10
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathangreen committed Nov 9, 2023
1 parent 7c4e41c commit ea85c68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ EXPOSE 5432
# * Copies in the config files for Gunicorn, Nginx, and Supervisor
# * Sets the container entrypoint, which is a script that starts Supervisor

FROM python:3.9.16-alpine3.17 AS builder
FROM python:3.10-alpine3.17 AS builder

EXPOSE 80

Expand Down

0 comments on commit ea85c68

Please sign in to comment.