We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f677084 commit d89dc9eCopy full SHA for d89dc9e
Dockerfile
@@ -1,4 +1,4 @@
1
-FROM ubuntu:15.04
+FROM ubuntu:15.10
2
MAINTAINER Jens Piegsa <piegsa@gmail.com>
3
4
RUN apt-get update && \
@@ -11,7 +11,7 @@ RUN apt-get install oracle-java8-set-default oracle-java8-installer -y && \
11
rm -rf /var/lib/apt/lists/*
12
13
# Set the WILDFLY_VERSION env variable
14
-ENV WILDFLY_VERSION 9.0.0.CR1
+ENV WILDFLY_VERSION 9.0.0.CR2
15
16
# Add the WildFly distribution to /opt
17
RUN cd /opt && wget http://download.jboss.org/wildfly/$WILDFLY_VERSION/wildfly-$WILDFLY_VERSION.tar.gz
0 commit comments