Skip to content
Snippets Groups Projects
Commit 38825b09 authored by Jakub Bednar's avatar Jakub Bednar
Browse files

chore: release Chronograf 1.10.7

parent 451b8a66
No related branches found
No related tags found
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.6 ENV CHRONOGRAF_VERSION 1.10.7
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.6 ENV CHRONOGRAF_VERSION 1.10.7
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 register or to comment