Skip to content

Commit

Permalink
Bump version to v1.2.7
Browse files Browse the repository at this point in the history
  • Loading branch information
ailispaw committed Jan 8, 2016
1 parent b7406c2 commit 23b1327
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 @@ -32,7 +32,7 @@ RUN mkdir -p usr/bin && \
wget -qO usr/bin/docker https://get.docker.io/builds/Linux/x86_64/docker-${DOCKER_VERSION} && \
chmod +x usr/bin/docker

ENV VERSION 1.2.6
ENV VERSION 1.2.7
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 23b1327

Please sign in to comment.