Skip to content

Commit c9335c2

Browse files
committed
Update the Dockerfile for Silverpeas 6.0-alpha2
1 parent 2b58ef7 commit c9335c2

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
@@ -2,7 +2,7 @@ FROM debian:jessie-backports
22

33
MAINTAINER Miguel Moquillon "miguel.moquillon@silverpeas.org"
44

5-
ARG SILVERPEAS_VERSION=6.0-alpha1
5+
ARG SILVERPEAS_VERSION=6.0-alpha2
66
ARG WILDFLY_VERSION=10.0.0
77
ARG DEFAULT_LOCALE=en_US.UTF-8
88

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ To create an image of the latest version of Silverpeas 6:
1414
```
1515
$ ./build.sh
1616
```
17-
this will build an image containing the latest SNAPSHOT version of Silverpeas and the latest version of Wildfly supported by Silverpeas, with the tag `silverpeas/silverpeas-test:latest`.
17+
this will build an image containing the latest pre-version of Silverpeas and the latest version of Wildfly supported by Silverpeas, with the tag `silverpeas/silverpeas-test:latest`.
1818

1919
Otherwise, to create an image of a given version of Silverpeas 6, you have to specify as argument both the exact version of Silverpeas and of Wildfly used by this version:
2020
```

0 commit comments

Comments
 (0)