Skip to content

Commit

Permalink
Use the latest (supported) version of Python
Browse files Browse the repository at this point in the history
This is Python 3.7, since pshtt does not support >3.7.

Also bump the base Docker image from Buster to Bullseye, and specify
the full Python version of Docker image to use.
  • Loading branch information
jsf9k committed Dec 19, 2022
1 parent d8edb4b commit fcc6269
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.6-slim-buster
FROM python:3.7.16-slim-bullseye

###
# For a list of pre-defined annotation keys and value types see:
Expand Down

0 comments on commit fcc6269

Please sign in to comment.