Skip to content

Commit b44c97f

Browse files
authored
Update Maven version to 1.2-SNAPSHOT
1 parent a36488f commit b44c97f

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
@@ -1,7 +1,7 @@
11
ARG JDK_VERSION
22
FROM openjdk:${JDK_VERSION}-jre-slim
33

4-
ARG MVN_VERSION=1.1-SNAPSHOT
4+
ARG MVN_VERSION=1.2-SNAPSHOT
55
ENV MVN_VERSION=${MVN_VERSION}
66
LABEL version=${MVN_VERSION}
77

0 commit comments

Comments
 (0)