From d5f6f7aa52c11dd090b578d523cfb8f81fb27327 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Markus=20P=C3=B6schl?= Date: Sun, 22 Sep 2024 12:47:01 +0200 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Update=20git=20and=20pytho?= =?UTF-8?q?n?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- juice-shop/Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/juice-shop/Dockerfile b/juice-shop/Dockerfile index 6c944d3..0fc48ab 100644 --- a/juice-shop/Dockerfile +++ b/juice-shop/Dockerfile @@ -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