Skip to content
This repository has been archived by the owner on Feb 6, 2019. It is now read-only.

Commit

Permalink
Merge pull request #8 from trcox/Update-Alpine
Browse files Browse the repository at this point in the history
Updates Alpine image version
  • Loading branch information
jpwhitemn authored Sep 8, 2017
2 parents bad9cd5 + cc82ca8 commit 6b92090
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker-files/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ COPY docker-files/pom.xml .

RUN mvn dependency:copy -q

FROM alpine:3.4
FROM alpine:3.6
MAINTAINER Jim White <james_white2@dell.com>

RUN apk --update add openjdk8-jre
Expand All @@ -44,4 +44,4 @@ EXPOSE $APP_PORT
WORKDIR $APP_DIR

#kick off the micro service
ENTRYPOINT java -jar -Djava.security.egd=file:/dev/urandom -Xmx100M $APP
ENTRYPOINT java -jar -Djava.security.egd=file:/dev/urandom -Xmx100M $APP

0 comments on commit 6b92090

Please # to comment.