We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f405019 commit 9b63258Copy full SHA for 9b63258
Dockerfile
@@ -18,7 +18,7 @@
18
#
19
FROM ubuntu:focal
20
21
-LABEL name="Silverpeas Dev" description="A Docker image to dev and to build a Silverpeas project" vendor="Silverpeas" version=6.3.1
+LABEL name="Silverpeas Dev" description="A Docker image to dev and to build a Silverpeas project" vendor="Silverpeas" version=6.3
22
MAINTAINER Miguel Moquillon "miguel.moquillon@silverpeas.org"
23
24
ENV TERM=xterm
src/wildfly
@@ -1,6 +1,6 @@
1
#!/usr/bin/env bash
2
3
-WILDFLY_HOME=/opt/wildfly-for-tests/wildfly-23.0.0.Final
+WILDFLY_HOME=/opt/wildfly-for-tests/wildfly-26.1.1.Final
4
5
if [ $# -ne 1 ]; then
6
echo "Missing argument: start|stop|status"
0 commit comments