Skip to content

Commit

Permalink
Use newer debian and python (#93)
Browse files Browse the repository at this point in the history
Fix #77

I checked manually, git is installed, and flask is installed during the build.
  • Loading branch information
mscherer authored Jul 19, 2023
1 parent 131633d commit dc88824
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,4 +1,4 @@
FROM python:3.7-stretch
FROM python:3.11-bookworm

WORKDIR /app

Expand Down

0 comments on commit dc88824

Please sign in to comment.