Skip to content

Commit

Permalink
Bump docker=~=27.3, ncurses~=6.5, py3-pip~=24.3
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristophShyper committed Jan 30, 2025
1 parent e4d7671 commit 0d90fda
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@ SHELL ["/bin/sh", "-euxo", "pipefail", "-c"]
RUN apk update --no-cache ;\
apk add --no-cache \
bash~=5.2 \
docker=~=26.1 \
docker=~=27.3 \
make~=4.4 \
ncurses~=6.4 \
ncurses~=6.5 \
python3~=3.12 \
py3-pip~=24.0
py3-pip~=24.3

# List of Python packages
COPY pip/requirements.txt /tmp/requirements.txt
Expand Down

0 comments on commit 0d90fda

Please sign in to comment.