Updated Jetty and JRE in Docker, fixed Alpine build
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
FROM maven:3-eclipse-temurin-11 AS builder
|
||||
FROM maven:3-eclipse-temurin-17 AS builder
|
||||
|
||||
COPY pom.xml pom.parent.xml /app/
|
||||
COPY src/main /app/src/main/
|
||||
@@ -8,7 +8,7 @@ RUN mvn --batch-mode --define java.net.useSystemProxies=true package
|
||||
|
||||
########################################################################################
|
||||
|
||||
FROM jetty:11.0.15-jre11
|
||||
FROM jetty:11.0.18-jre17-eclipse-temurin
|
||||
|
||||
# Proxy and OldProxy need empty path segments support in URIs
|
||||
# Hence: allow AMBIGUOUS_EMPTY_SEGMENT
|
||||
|
||||
Reference in New Issue
Block a user