Skip to content

Commit

Permalink
update to Wildfly 16.0.0.Final
Browse files Browse the repository at this point in the history
  • Loading branch information
codylerum committed Mar 4, 2019
1 parent 0c35e62 commit a49ec2b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion frameworks/Java/wildfly-ee/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
<java.version>11</java.version>
<version.compiler.plugin>3.8.0</version.compiler.plugin>
<version.war.plugin>3.2.2</version.war.plugin>
<version.wildfly>15.0.0.Final</version.wildfly>
<version.javaee.api>8.0</version.javaee.api>
</properties>

Expand Down
2 changes: 1 addition & 1 deletion frameworks/Java/wildfly-ee/wildfly-ee.dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
FROM maven:3.6.0-jdk-11-slim as maven
ENV wfly=15.0.0.Final
ENV wfly=16.0.0.Final
ENV JAVA_OPTS="-Djava.net.preferIPv4Stack=true -Xms2g -Xmx2g"
WORKDIR /wildfly
COPY src src
Expand Down

0 comments on commit a49ec2b

Please sign in to comment.