Skip to content

Commit

Permalink
Move to Alpine 3.2 stable
Browse files Browse the repository at this point in the history
Alpine 3.2 got released a month ago, so it can be considered tested by time.
  • Loading branch information
frol committed Jun 16, 2015
1 parent ec42303 commit d51cdb3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM alpine:3.1
FROM alpine:3.2
MAINTAINER Vladimir Krivosheev <[email protected]>

ENV JAVA_VERSION_MAJOR 8
Expand Down Expand Up @@ -40,4 +40,4 @@ ENV JAVA_HOME /jre
ENV PATH ${PATH}:${JAVA_HOME}/bin
ENV LANG C.UTF-8

ENTRYPOINT ["java", "-Djava.security.egd=file:/dev/urandom"]
ENTRYPOINT ["java", "-Djava.security.egd=file:/dev/urandom"]

0 comments on commit d51cdb3

Please sign in to comment.