Skip to content

Commit d5f6f7a

Browse files
committed
⬆️ Update git and python
1 parent 23643d0 commit d5f6f7a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

juice-shop/Dockerfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ FROM $BUILD_FROM AS BUILD
44
ENV LANG C.UTF-8
55

66
RUN apk add --no-cache \
7-
git=2.36.2-r0 \
7+
git=2.36.6-r0 \
88
npm=8.10.0-r0 \
9-
python3=3.10.5-r0 \
9+
python3=3.10.14-r1 \
1010
build-base=0.5-r3
1111

1212
# Splited RUN for better layer caching

0 commit comments

Comments
 (0)