Skip to content

Commit c83fdc1

Browse files
authored
Update Dockerfile to test maven 3.9.8
1 parent b5fb6ef commit c83fdc1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Multi-stage build
2-
FROM maven:3-eclipse-temurin-21 as build
2+
FROM maven:3.9.8-eclipse-temurin-21 as build
33

44
# Build args
55
ARG MAVEN_OPTS=-DskipTests

0 commit comments

Comments
 (0)