Skip to content

Commit

Permalink
update python to 3.11
Browse files Browse the repository at this point in the history
  • Loading branch information
usrbinkat committed Apr 9, 2024
1 parent 03b4038 commit 42885c9
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/docker/slim-all/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@ LABEL tag="slim-all"
#################################################################################
# Python
ARG APT_PKGS="\
python3 \
python3-venv \
python3-dev \
python3.11 \
python3.11-venv \
python3.11-dev \
Expand Down
3 changes: 3 additions & 0 deletions .github/docker/slim-python/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@ LABEL tag="slim-python"
# Install Programming Language Tooling
# - python
ARG APT_PKGS="\
python3 \
python3-venv \
python3-dev \
python3.11 \
python3.11-venv \
python3.11-dev \
Expand Down

0 comments on commit 42885c9

Please sign in to comment.