build: update jetty images from patch level 18 to 24 (#353)
This commit is contained in:
@@ -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
|
# Proxy and OldProxy need empty path segments support in URIs
|
||||||
# Hence: allow AMBIGUOUS_EMPTY_SEGMENT
|
# Hence: allow AMBIGUOUS_EMPTY_SEGMENT
|
||||||
|
|||||||
@@ -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
|
# Proxy and OldProxy need empty path segments support in URIs
|
||||||
# Hence: allow AMBIGUOUS_EMPTY_SEGMENT
|
# Hence: allow AMBIGUOUS_EMPTY_SEGMENT
|
||||||
|
|||||||
Reference in New Issue
Block a user