Skip to content

Commit

Permalink
Merge pull request #17 from mwiewior/master
Browse files Browse the repository at this point in the history
Changed Atlas version from 2.0.0-RC0 to release 2.0.0
  • Loading branch information
arempter committed Jun 4, 2019
2 parents bfc60bf + 293de91 commit 7cfc686
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 @@ -2,7 +2,7 @@ FROM maven:3.5.4-jdk-8 AS stage-atlas

ENV ATLAS_VERSION 2.0.0
ENV TARBALL apache-atlas-${ATLAS_VERSION}-sources.tar.gz
ENV ATLAS_REPO https://dist.apache.org/repos/dist/dev/atlas/${ATLAS_VERSION}-rc0/${TARBALL}
ENV ATLAS_REPO https://dist.apache.org/repos/dist/release/atlas/${ATLAS_VERSION}/${TARBALL}
ENV MAVEN_OPTS "-Xms2g -Xmx2g"

RUN curl ${ATLAS_REPO} -o ${TARBALL} \
Expand Down

0 comments on commit 7cfc686

Please sign in to comment.