Skip to content

Commit

Permalink
Update Docker build to Python 3.10
Browse files Browse the repository at this point in the history
  • Loading branch information
cbpowell committed Mar 14, 2022
1 parent 5b1a814 commit 365d576
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.10-slim
MAINTAINER Charles Powell <cbpowell@gmail.com>

# Install all dependencies
Expand Down

0 comments on commit 365d576

Please sign in to comment.