Skip to content

Commit

Permalink
Merge pull request #200 from influxdata/chronograf-1.4.2.2
Browse files Browse the repository at this point in the history
chronograf 1.4.2.2
  • Loading branch information
jsternberg authored Mar 8, 2018
2 parents 821e02e + 6fb5fcc commit 1d600ce
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion chronograf/1.4/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ RUN set -ex && \
gpg --keyserver keyserver.pgp.com --recv-keys "$key" ; \
done

ENV CHRONOGRAF_VERSION 1.4.2.1
ENV CHRONOGRAF_VERSION 1.4.2.2
RUN ARCH= && dpkgArch="$(dpkg --print-architecture)" && \
case "${dpkgArch##*-}" in \
amd64) ARCH='amd64';; \
Expand Down
2 changes: 1 addition & 1 deletion chronograf/1.4/alpine/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ RUN echo 'hosts: files dns' >> /etc/nsswitch.conf
RUN apk add --no-cache ca-certificates && \
update-ca-certificates

ENV CHRONOGRAF_VERSION 1.4.2.1
ENV CHRONOGRAF_VERSION 1.4.2.2

RUN set -ex && \
apk add --no-cache --virtual .build-deps wget gnupg tar && \
Expand Down

0 comments on commit 1d600ce

Please sign in to comment.