Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
m4rkmckenna committed Apr 12, 2016
1 parent c01b300 commit 4044b55
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
FROM java:8-jre-alpine
MAINTAINER Mark McKenna <[email protected]>
LABEL version="0.9.0-SNAPSHOT"
ENV brooklyn_version 0.9.0-SNAPSHOT
ENV repository snapshots
LABEL version="0.9.0"
ENV brooklyn_version 0.9.0
ENV repository releases
RUN apk upgrade --update ; \
apk add bash openssl curl ; \
rm -rf /var/lib/apt/lists/* ; \
Expand Down

0 comments on commit 4044b55

Please sign in to comment.