Skip to content

Commit

Permalink
Bump Python version in Dockerfile to 3.11 (#331)
Browse files Browse the repository at this point in the history
Now that CKT supports Python 3.11, we might as well use the latest version in the Dockerfile.
  • Loading branch information
garrison authored and caleb-johnson committed Jul 28, 2023
1 parent 7f5263d commit dfb7454
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 jupyter/minimal-notebook:python-3.10
FROM jupyter/minimal-notebook:python-3.11

LABEL maintainer="Jim Garrison <[email protected]>"

Expand Down

0 comments on commit dfb7454

Please sign in to comment.