Updates known to 0.7.1
This commit is contained in:
parent
83f5170481
commit
e61ebb8a70
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@ FROM pierreozoux/apache
|
||||||
# Download latest version of Known into /app
|
# Download latest version of Known into /app
|
||||||
RUN mkdir -p /app && \
|
RUN mkdir -p /app && \
|
||||||
cd /app && \
|
cd /app && \
|
||||||
curl -L http://assets.withknown.com/releases/known-0.7.tgz | tar xz
|
curl -L http://assets.withknown.com/releases/known-0.7.1.tgz | tar xz
|
||||||
|
|
||||||
# Add script to create 'known' DB
|
# Add script to create 'known' DB
|
||||||
ADD run-known.sh /run-known.sh
|
ADD run-known.sh /run-known.sh
|
||||||
|
|
Loading…
Reference in a new issue