Skip to content

Commit 0d90fda

Browse files
Bump docker=~=27.3, ncurses~=6.5, py3-pip~=24.3
1 parent e4d7671 commit 0d90fda

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@ SHELL ["/bin/sh", "-euxo", "pipefail", "-c"]
55
RUN apk update --no-cache ;\
66
apk add --no-cache \
77
bash~=5.2 \
8-
docker=~=26.1 \
8+
docker=~=27.3 \
99
make~=4.4 \
10-
ncurses~=6.4 \
10+
ncurses~=6.5 \
1111
python3~=3.12 \
12-
py3-pip~=24.0
12+
py3-pip~=24.3
1313

1414
# List of Python packages
1515
COPY pip/requirements.txt /tmp/requirements.txt

0 commit comments

Comments
 (0)