Skip to content

Commit

Permalink
Merge pull request #66 from devops-infra/dependency/python3_=3.11.6
Browse files Browse the repository at this point in the history
Bump python3 to 3.11.6
  • Loading branch information
ChristophShyper authored Nov 16, 2023
2 parents 1b39668 + f3c299f commit c654a47
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 @@ -51,7 +51,7 @@ RUN set -eux ;\
apk add --no-cache \
bash~=5.2.15 \
git~=2.40.1 \
python3~=3.11.5 \
python3~=3.11.6 \
py3-pip~=23.1.2 ;\
rm -rf /var/cache/* ;\
rm -rf /root/.cache/*
Expand Down

0 comments on commit c654a47

Please sign in to comment.