Skip to content

Commit

Permalink
Bump version to 2.2.4-rpi
Browse files Browse the repository at this point in the history
  • Loading branch information
ailispaw committed Oct 11, 2016
1 parent 6133253 commit cb19cdd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ RUN mkdir -p usr/share/bash-completion/completions && \
ENV DOCKER_VERSION 1.10.3
RUN wget -qO usr/share/bash-completion/completions/docker https://raw.githubusercontent.com/docker/docker/v${DOCKER_VERSION}/contrib/completion/bash/docker

ENV VERSION 2.2.4
ENV VERSION 2.2.4-rpi
RUN mkdir -p etc && \
echo "Welcome to Barge ${VERSION}, Docker version ${DOCKER_VERSION}" > etc/motd && \
echo "NAME=\"Barge\"" > etc/os-release && \
Expand Down
1 change: 1 addition & 0 deletions overlay/etc/default/pkg
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
VERSION=2.2.4-armhf

0 comments on commit cb19cdd

Please sign in to comment.