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 add7ad8 + a036fc1 commit 06b73d4Copy full SHA for 06b73d4
Dockerfile
@@ -3,7 +3,7 @@ WORKDIR /app
3
COPY . .
4
RUN mvn clean package -DskipTests
5
6
-FROM eclipse-temurin:24-jre-alpine
+FROM eclipse-temurin:25-jre-alpine
7
WORKDIR /app
8
9
# Install the 'shadow' package to get groupadd and useradd
0 commit comments