Skip to content

Commit

Permalink
Bump version to 2.14.0-rc2
Browse files Browse the repository at this point in the history
  • Loading branch information
ailispaw committed Aug 20, 2019
1 parent 531153f commit 676d484
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.14.0-rc1
ENV VERSION 2.14.0-rc2
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 676d484

Please sign in to comment.