Skip to content

Commit

Permalink
Upgrade to the latest version of Python 3.10
Browse files Browse the repository at this point in the history
The package we were using previously is no longer available.
  • Loading branch information
jsf9k committed Dec 16, 2022
1 parent 257c798 commit 6e1d115
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
Expand Up @@ -31,7 +31,7 @@ RUN apk --update --no-cache --quiet upgrade
# longer install times.
###
ENV DEPS \
python3=3.10.8-r0
python3=3.10.9-r0
RUN apk --no-cache --quiet add ${DEPS}

###
Expand Down

0 comments on commit 6e1d115

Please sign in to comment.