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 2a77d80 commit b937e59Copy full SHA for b937e59
Dockerfile
@@ -15,7 +15,7 @@ ENV PATH $PATH:$JAVA_HOME/bin
15
16
USER app
17
RUN cd /srv \
18
- && (curl -L http://www.squashtest.org/telechargements/send/13-version-stable/190-sqaushtm-1120-targz | gunzip -c | tar x)
+ && (curl -L http://www.squashtest.org/downloads/send/13-version-stable/199-sqaushtm-1122-targz-2?lang=en | gunzip -c | tar x)
19
20
COPY startup.sh /srv/squash-tm/bin/startup.sh
21
COPY conf /srv/squash-tm/bin/conf
0 commit comments