Skip to content

Commit d89dc9e

Browse files
committed
Upgrade to WildFly 9.0.0.CR2
1 parent f677084 commit d89dc9e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM ubuntu:15.04
1+
FROM ubuntu:15.10
22
MAINTAINER Jens Piegsa <piegsa@gmail.com>
33

44
RUN apt-get update && \
@@ -11,7 +11,7 @@ RUN apt-get install oracle-java8-set-default oracle-java8-installer -y && \
1111
rm -rf /var/lib/apt/lists/*
1212

1313
# Set the WILDFLY_VERSION env variable
14-
ENV WILDFLY_VERSION 9.0.0.CR1
14+
ENV WILDFLY_VERSION 9.0.0.CR2
1515

1616
# Add the WildFly distribution to /opt
1717
RUN cd /opt && wget http://download.jboss.org/wildfly/$WILDFLY_VERSION/wildfly-$WILDFLY_VERSION.tar.gz

0 commit comments

Comments
 (0)