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.15
Browse files Browse the repository at this point in the history
  • Loading branch information
techknowlogick committed Sep 12, 2016
1 parent 2162af0 commit 83b9b3e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ FROM alpine:3.3

RUN \
apk add wget ca-certificates --update-cache && \
wget -q -O - https://github.com/TestLinkOpenSourceTRMS/testlink-code/archive/1.9.14.tar.gz | tar zxf - && \
wget -q -O - https://github.com/TestLinkOpenSourceTRMS/testlink-code/archive/1.9.15.tar.gz | tar zxf - && \
mkdir -p /var && \
mv testlink-* /var/testlink && \
rm -rf testlink* && \
Expand All @@ -14,4 +14,4 @@ ADD *.php /var/testlink/

ENTRYPOINT tail -f /dev/null

VOLUME /var/testlink
VOLUME /var/testlink

0 comments on commit 83b9b3e

Please sign in to comment.