Skip to content

Commit 12581f4

Browse files
committed
Update dependency python to v3.10
1 parent 9ba2afb commit 12581f4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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.10
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)