Skip to content

Commit 9b63258

Browse files
author
silveruser
committed
Update Dockerfile for building and registering image 6.3
1 parent f405019 commit 9b63258

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
#
1919
FROM ubuntu:focal
2020

21-
LABEL name="Silverpeas Dev" description="A Docker image to dev and to build a Silverpeas project" vendor="Silverpeas" version=6.3.1
21+
LABEL name="Silverpeas Dev" description="A Docker image to dev and to build a Silverpeas project" vendor="Silverpeas" version=6.3
2222
MAINTAINER Miguel Moquillon "miguel.moquillon@silverpeas.org"
2323

2424
ENV TERM=xterm

src/wildfly

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/usr/bin/env bash
22

3-
WILDFLY_HOME=/opt/wildfly-for-tests/wildfly-23.0.0.Final
3+
WILDFLY_HOME=/opt/wildfly-for-tests/wildfly-26.1.1.Final
44

55
if [ $# -ne 1 ]; then
66
echo "Missing argument: start|stop|status"

0 commit comments

Comments
 (0)