Skip to content

Commit

Permalink
Bump version to 2.13.0-rc6
Browse files Browse the repository at this point in the history
  • Loading branch information
ailispaw committed Jun 3, 2019
1 parent 7296a46 commit 60c173d
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 @@ -55,7 +55,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 2.13.0-rc5
ENV VERSION 2.13.0-rc6
RUN mkdir -p etc && \
echo "Welcome to Barge ${VERSION}, Docker version ${DOCKER_VERSION}" > etc/motd && \
echo "NAME=\"Barge\"" > etc/os-release && \
Expand Down

0 comments on commit 60c173d

Please sign in to comment.