Skip to content

Commit

Permalink
Update to Wildfly 31.0.1.Final
Browse files Browse the repository at this point in the history
  • Loading branch information
kifj committed Mar 23, 2024
1 parent 72926a5 commit ce1c707
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
<maven.compiler.target>21</maven.compiler.target>
<maven.compiler.source>21</maven.compiler.source>
<wildfly.version>31.0.0.Final</wildfly.version>
<wildfly.version>31.0.1.Final</wildfly.version>
<jboss.home>/opt/wildfly-${wildfly.version}</jboss.home>
<junit.jupiter.version>5.10.2</junit.jupiter.version>
<jacoco.version>0.8.10</jacoco.version>
Expand Down
2 changes: 1 addition & 1 deletion src/main/docker/integration-tests/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM registry.x1/j7beck/x1-wildfly-profile:31.0.0.Final
FROM registry.x1/j7beck/x1-wildfly-profile:31.0.1.Final
LABEL maintainer="[email protected]"

COPY --chown=jboss:jboss scripts /srv/wildfly/scripts
Expand Down
2 changes: 1 addition & 1 deletion src/main/docker/x1-wildfly-stomp-test/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM registry.x1/j7beck/x1-wildfly-profile:31.0.0.Final
FROM registry.x1/j7beck/x1-wildfly-profile:31.0.1.Final
LABEL maintainer="[email protected]"

COPY --chown=jboss:jboss scripts /srv/wildfly/scripts
Expand Down

0 comments on commit ce1c707

Please sign in to comment.