Skip to content

Commit f5d5050

Browse files
docker(webgoat): bump alpine from 3.22 to 3.23 in /WebGoat
Bumps alpine from 3.22 to 3.23. --- updated-dependencies: - dependency-name: alpine dependency-version: '3.23' dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent de7496b commit f5d5050

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

WebGoat/Dockerfile_desktop

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Builder stage to download OWASP ZAP once per version
2-
FROM alpine:3.22 AS zap
2+
FROM alpine:3.23 AS zap
33
ARG ZAP_VERSION=2.16.1
44
RUN apk add --no-cache curl tar \
55
&& set -eux; \
@@ -9,7 +9,7 @@ RUN apk add --no-cache curl tar \
99
rm -f /tmp/zap.tgz
1010

1111
# Builder stage to fetch a JRE suited for the target architecture
12-
FROM alpine:3.22 AS jre
12+
FROM alpine:3.23 AS jre
1313
ARG JAVA_MAJOR=23
1414
ARG JAVA_FULL=23.0.1+11
1515
ARG TARGETARCH

0 commit comments

Comments
 (0)