Skip to content
This repository has been archived by the owner on Jul 2, 2020. It is now read-only.

Commit

Permalink
TestLink v1.9.17
Browse files Browse the repository at this point in the history
  • Loading branch information
techknowlogick authored Jun 1, 2018
1 parent 62344d1 commit f581e50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ FROM alpine:3.7

RUN \
apk add wget ca-certificates --update-cache && \
wget -q -O - https://github.com/TestLinkOpenSourceTRMS/testlink-code/archive/1.9.16.tar.gz | tar zxf - && \
wget -q -O - https://github.com/TestLinkOpenSourceTRMS/testlink-code/archive/1.9.17.tar.gz | tar zxf - && \
mkdir -p /var && \
mv testlink-* /var/testlink && \
rm -rf testlink* && \
Expand Down

0 comments on commit f581e50

Please sign in to comment.