Skip to content

Commit 06b73d4

Browse files
authored
Merge pull request #23 from Contrast-Security-OSS/AIML-216
Fix Docker image vulnerabilities (AIML-216)
2 parents add7ad8 + a036fc1 commit 06b73d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ WORKDIR /app
33
COPY . .
44
RUN mvn clean package -DskipTests
55

6-
FROM eclipse-temurin:24-jre-alpine
6+
FROM eclipse-temurin:25-jre-alpine
77
WORKDIR /app
88

99
# Install the 'shadow' package to get groupadd and useradd

0 commit comments

Comments
 (0)