Skip to content

Commit fcc6269

Browse files
committed
Use the latest (supported) version of Python
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.
1 parent d8edb4b commit fcc6269

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,4 +1,4 @@
1-
FROM python:3.6-slim-buster
1+
FROM python:3.7.16-slim-bullseye
22

33
###
44
# For a list of pre-defined annotation keys and value types see:

0 commit comments

Comments
 (0)