build: update jetty images from patch level 18 to 24 (#353)

This commit is contained in:
Andreas Wirooks
2025-02-04 22:18:38 +01:00
committed by GitHub
parent 4fe2160172
commit affbd62410
2 changed files with 2 additions and 2 deletions

View File

@@ -8,7 +8,7 @@ RUN mvn --batch-mode --define java.net.useSystemProxies=true package
########################################################################################
FROM jetty:11.0.18-jre17-eclipse-temurin
FROM jetty:11.0.24-jre17-eclipse-temurin
# Proxy and OldProxy need empty path segments support in URIs
# Hence: allow AMBIGUOUS_EMPTY_SEGMENT

View File

@@ -8,7 +8,7 @@ RUN mvn --batch-mode --define java.net.useSystemProxies=true package
########################################################################################
FROM jetty:11.0.18-jre17-alpine-eclipse-temurin
FROM jetty:11.0.24-jre17-alpine-eclipse-temurin
# Proxy and OldProxy need empty path segments support in URIs
# Hence: allow AMBIGUOUS_EMPTY_SEGMENT