diff --git a/Dockerfile b/Dockerfile index 660be12..eda6406 100644 --- a/Dockerfile +++ b/Dockerfile @@ -4,7 +4,7 @@ FROM jboss/base-jdk:7 MAINTAINER Hiram Chirino # Set the FUSE_VERSION env variable -ENV FUSE_VERSION 6.2.0.redhat-059 +ENV FUSE_VERSION 6.2.0.redhat-099 # If the container is launched with re-mapped ports, these ENV vars should # be set to the remapped values. @@ -33,4 +33,4 @@ VOLUME /opt/jboss/jboss-fuse/deploy # lets default to the jboss-fuse dir so folks can more easily navigate to around the server install WORKDIR /opt/jboss/jboss-fuse -CMD /opt/jboss/jboss-fuse/bin/fuse server \ No newline at end of file +CMD /opt/jboss/jboss-fuse/bin/fuse server