Skip to content

Commit 5f586ce

Browse files
chore(deps): update python docker tag to v3.12
1 parent b44227d commit 5f586ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# borrowing from https://www.digitalocean.com/community/tutorials/how-to-build-and-deploy-a-flask-application-using-docker-on-ubuntu-18-04
2-
FROM python:3.9
2+
FROM python:3.12
33
#ENV STATIC_URL /static
44
#ENV STATIC_PATH /var/www/app/static
55
# 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

0 commit comments

Comments
 (0)