Skip to content
This repository has been archived by the owner on Sep 6, 2023. It is now read-only.

Commit

Permalink
[auto] bump version to v5.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
yesnault committed Jan 21, 2017
1 parent 58f4abb commit 5cc5327
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
MAINTAINER [email protected]
RUN apk add --update -t deps wget ca-certificates && \
mkdir /app && cd /app && \
TAT_VERSION="3.0.0" && \
TAT_VERSION="5.0.0" && \
wget https://github.com/ovh/tat/releases/download/v${TAT_VERSION}/tat-linux-amd64 && \
chmod +x tat-linux-amd64 && \
chown -R nobody:nogroup /app && \
Expand Down

0 comments on commit 5cc5327

Please sign in to comment.