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

Commit

Permalink
Upgrade alpine base image + add release 0.6.3
Browse files Browse the repository at this point in the history
  • Loading branch information
djenriquez committed Sep 12, 2017
1 parent b52bbe9 commit 0b29d47
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM alpine:3.5
FROM alpine:3.6

MAINTAINER DJ Enriquez <[email protected]> (@djenriquez)

Expand Down Expand Up @@ -26,8 +26,8 @@ RUN set -x && \
gosu nobody true && \
apk del .gosu-deps

ENV NOMAD_VERSION 0.6.0
ENV NOMAD_SHA256 fcf108046164cfeda84eab1c3047e36ad59d239b66e6b2f013e6c93064bc6313
ENV NOMAD_VERSION 0.6.3
ENV NOMAD_SHA256 908ee049bda380dc931be2c8dc905e41b58e59f68715dce896d69417381b1f4e

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 0b29d47

Please sign in to comment.