Skip to content

Commit

Permalink
Bump version to v1.3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
ailispaw committed Mar 16, 2016
1 parent e055b5b commit 8ff6c7e
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 @@ -44,7 +44,7 @@ RUN mkdir -p usr/bin && \
wget -qO usr/bin/dumb-init https://github.com/Yelp/dumb-init/releases/download/v${DINIT_VERSION}/dumb-init_${DINIT_VERSION}_amd64 && \
chmod +x usr/bin/dumb-init

ENV VERSION 1.3.3
ENV VERSION 1.3.4
RUN mkdir -p etc && \
echo "Welcome to DockerRoot version ${VERSION}, $(usr/bin/docker -v)" > etc/motd && \
echo "NAME=\"DockerRoot\"" > etc/os-release && \
Expand Down

0 comments on commit 8ff6c7e

Please sign in to comment.