Skip to content

Commit

Permalink
fix(deps): Pin maven version as 4-beta is the new default
Browse files Browse the repository at this point in the history
  • Loading branch information
heubeck committed Oct 23, 2024
1 parent 62f78a9 commit def0649
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/main/docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ ARG JAVA_23_VERSION='23-tem'
ARG GRADLE_VERSION='8.10.1'
ARG NODE_VERSION='21'
ARG GO_VERSION='1.23.1'
ARG MAVEN_VERSION='3.9.9'

# location of application binaries and configuration
ENV APP_DIR='/app'
Expand Down Expand Up @@ -117,7 +118,7 @@ RUN source "/root/.sdkman/bin/sdkman-init.sh" && \
sdk install java $JAVA_17_VERSION && \
sdk install java $JAVA_23_VERSION && \
sdk install java $JAVA_21_VERSION && \
sdk install maven && \
sdk install maven $MAVEN_VERSION && \
sdk install gradle $GRADLE_VERSION && \
sdk install sbt && \
mv /root/.sdkman/candidates $SDK_DIR && \
Expand Down

0 comments on commit def0649

Please sign in to comment.