Skip to content
This repository has been archived by the owner on May 7, 2020. It is now read-only.

Commit

Permalink
Merge pull request #185 from cfpb/maven
Browse files Browse the repository at this point in the history
bump maven to 3.5.2 to build successfully, 3.5.0 has vanished
  • Loading branch information
hkeeler authored Nov 1, 2017
2 parents 2094a6d + 8b0d8b1 commit f803c4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion keycloak/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM jboss/keycloak-postgres:3.2.1.Final

ENV MAVEN_VER=3.5.0
ENV MAVEN_VER=3.5.2
ENV MAVEN_DIST=apache-maven-$MAVEN_VER
ENV MAVEN_FILE=$MAVEN_DIST-bin.tar.gz
ENV PATH=$PATH:/tmp/$MAVEN_DIST/bin
Expand Down

0 comments on commit f803c4e

Please sign in to comment.