Skip to content

Commit

Permalink
Merge pull request #144 from devops-infra/dependabot/docker/alpine-3.…
Browse files Browse the repository at this point in the history
…21.2

Bump alpine from 3.20.3 to 3.21.2
  • Loading branch information
ChristophShyper authored Jan 30, 2025
2 parents 5319fde + 0d90fda commit 2a55097
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
FROM alpine:3.20.3
FROM alpine:3.21.2

# Install prerequisits
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 2a55097

Please sign in to comment.