Skip to content
Snippets Groups Projects
Unverified Commit d5a0f7c3 authored by Jamie Strandboge's avatar Jamie Strandboge Committed by GitHub
Browse files

Merge pull request #779 from bednar/release-chronograf-1.10.6

chore: release Chronograf 1.10.6
parents e4a3901d 7483346b
Branches
Tags
No related merge requests found
...@@ -11,7 +11,7 @@ RUN set -ex && \ ...@@ -11,7 +11,7 @@ RUN set -ex && \
gpg --keyserver hkp://keyserver.ubuntu.com --recv-keys "$key" ; \ gpg --keyserver hkp://keyserver.ubuntu.com --recv-keys "$key" ; \
done done
ENV CHRONOGRAF_VERSION 1.10.5 ENV CHRONOGRAF_VERSION 1.10.6
RUN ARCH= && dpkgArch="$(dpkg --print-architecture)" && \ RUN ARCH= && dpkgArch="$(dpkg --print-architecture)" && \
case "${dpkgArch##*-}" in \ case "${dpkgArch##*-}" in \
amd64) ARCH='amd64';; \ amd64) ARCH='amd64';; \
......
...@@ -4,7 +4,7 @@ RUN echo 'hosts: files dns' >> /etc/nsswitch.conf ...@@ -4,7 +4,7 @@ RUN echo 'hosts: files dns' >> /etc/nsswitch.conf
RUN apk add --no-cache ca-certificates su-exec && \ RUN apk add --no-cache ca-certificates su-exec && \
update-ca-certificates update-ca-certificates
ENV CHRONOGRAF_VERSION 1.10.5 ENV CHRONOGRAF_VERSION 1.10.6
RUN set -ex && \ RUN set -ex && \
mkdir ~/.gnupg; \ mkdir ~/.gnupg; \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment