We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 03e3727 + c7bbcc7 commit 57793eeCopy full SHA for 57793ee
Dockerfile.prod
@@ -1,6 +1,6 @@
1
# Production-friendly Dockerfile with multi-stage build and decent layer caching
2
3
-FROM --platform=$BUILDPLATFORM maven:3.8.5-openjdk-8-slim AS builder
+FROM --platform=$BUILDPLATFORM maven:3.9.9-eclipse-temurin-21 AS builder
4
5
WORKDIR /build
6
COPY pom.xml .
@@ -9,7 +9,7 @@ COPY src/ /build/src/
9
RUN mvn -Dmaven.test.skip=true -Dmaven.javadoc.skip=true package
10
11
12
-FROM jetty:9.4.46-jre8-slim-openjdk
+FROM jetty:9.4.56-jre21-eclipse-temurin
13
14
USER root
15
COPY certs/ certs/
0 commit comments