Skip to content

Commit

Permalink
⬆️ Update git and python
Browse files Browse the repository at this point in the history
  • Loading branch information
Poeschl committed Sep 22, 2024
1 parent 23643d0 commit d5f6f7a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions juice-shop/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ FROM $BUILD_FROM AS BUILD
ENV LANG C.UTF-8

RUN apk add --no-cache \
git=2.36.2-r0 \
git=2.36.6-r0 \
npm=8.10.0-r0 \
python3=3.10.5-r0 \
python3=3.10.14-r1 \
build-base=0.5-r3

# Splited RUN for better layer caching
Expand Down

0 comments on commit d5f6f7a

Please sign in to comment.