Skip to content

Commit ad3d7b3

Browse files
authored
Upgrade Maven base image to 3.9 with Eclipse Temurin
1 parent 644896b commit ad3d7b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile.maven

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
ARG JDK_VERSION
2-
FROM maven:3.8-openjdk-${JDK_VERSION}-slim AS build
2+
FROM maven:3.9-eclipse-temurin-${JDK_VERSION} AS build
33

44
COPY . .
55

0 commit comments

Comments
 (0)