Skip to content

Commit

Permalink
chore(docker): update maven version
Browse files Browse the repository at this point in the history
  • Loading branch information
camillem authored and heliocastro committed Aug 9, 2023
1 parent ee2b517 commit 5616876
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ COPY --from=sw360thriftbuild /usr/local/bin/thrift /usr/local/bin/thrift
FROM eclipse-temurin:11.0.19_7-jdk-jammy as sw360build

# Thanks to Liferay, we need fix the java version
ENV MAVEN_VERSION=3.9.3
ENV MAVEN_VERSION=3.9.4
ENV MAVEN_HOME /usr/share/maven
ARG BASE_URL=https://downloads.apache.org/maven/maven-3/${MAVEN_VERSION}/binaries
ARG COUCHDB_HOST=localhost
Expand Down

0 comments on commit 5616876

Please sign in to comment.