Skip to content

Commit 2a55097

Browse files
Merge pull request #144 from devops-infra/dependabot/docker/alpine-3.21.2
Bump alpine from 3.20.3 to 3.21.2
2 parents 5319fde + 0d90fda commit 2a55097

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

Dockerfile

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
1-
FROM alpine:3.20.3
1+
FROM alpine:3.21.2
22

33
# Install prerequisits
44
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)