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