Skip to content

Commit

Permalink
updates to maven 3.9.8 (#91)
Browse files Browse the repository at this point in the history
Signed-off-by: Adrian Cole <[email protected]>
  • Loading branch information
codefromthecrypt committed Aug 3, 2024
1 parent 3b0fb8d commit fd2b54a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ ENTRYPOINT ["java", "-jar"]
FROM base as jdk
LABEL org.opencontainers.image.description="OpenJDK on Alpine Linux"
ARG java_version
ARG maven_version=3.9.6
ARG maven_version=3.9.8
LABEL maven-version=$maven_version

COPY --from=code /code/install.sh .
Expand Down
2 changes: 1 addition & 1 deletion install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ maybe_log_crash() {
}

java_version=${1?java_version is required. ex --strip-debug}
maven_version=${2?maven_version is required. ex 3.9.6}
maven_version=${2?maven_version is required. ex 3.9.8}
java_major_version=$(echo ${java_version}| cut -f1 -d .)
package=openjdk${java_major_version}

Expand Down

0 comments on commit fd2b54a

Please sign in to comment.