Skip to content

Commit

Permalink
chore(deps): update python docker tag to v3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 3, 2023
1 parent b44227d commit 5f586ce
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
@@ -1,5 +1,5 @@
# borrowing from https://www.digitalocean.com/community/tutorials/how-to-build-and-deploy-a-flask-application-using-docker-on-ubuntu-18-04
FROM python:3.9
FROM python:3.12
#ENV STATIC_URL /static
#ENV STATIC_PATH /var/www/app/static
# will be overwritten by whatever volume we attach (for dev), but (I believe) in prod we have no volumne, so grab all the files at the start
Expand Down

0 comments on commit 5f586ce

Please sign in to comment.