Skip to content
This repository has been archived by the owner on Jul 1, 2020. It is now read-only.

Commit

Permalink
Add release 0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
djenriquez committed Jul 27, 2017
1 parent 8191345 commit af5deba
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ RUN set -x && \
gosu nobody true && \
apk del .gosu-deps

ENV NOMAD_VERSION 0.5.6
ENV NOMAD_SHA256 3f5210f0bcddf04e2cc04b14a866df1614b71028863fe17bcdc8585488f8cb0c
ENV NOMAD_VERSION 0.6.0
ENV NOMAD_SHA256 fcf108046164cfeda84eab1c3047e36ad59d239b66e6b2f013e6c93064bc6313

ADD https://releases.hashicorp.com/nomad/${NOMAD_VERSION}/nomad_${NOMAD_VERSION}_linux_amd64.zip /tmp/nomad.zip
RUN echo "${NOMAD_SHA256} /tmp/nomad.zip" > /tmp/nomad.sha256 \
Expand Down

0 comments on commit af5deba

Please sign in to comment.