We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 451b8a6 commit 38825b0Copy full SHA for 38825b0
chronograf/1.10/Dockerfile
@@ -11,7 +11,7 @@ RUN set -ex && \
11
gpg --keyserver hkp://keyserver.ubuntu.com --recv-keys "$key" ; \
12
done
13
14
-ENV CHRONOGRAF_VERSION 1.10.6
+ENV CHRONOGRAF_VERSION 1.10.7
15
RUN ARCH= && dpkgArch="$(dpkg --print-architecture)" && \
16
case "${dpkgArch##*-}" in \
17
amd64) ARCH='amd64';; \
chronograf/1.10/alpine/Dockerfile
@@ -4,7 +4,7 @@ RUN echo 'hosts: files dns' >> /etc/nsswitch.conf
4
RUN apk add --no-cache ca-certificates su-exec && \
5
update-ca-certificates
6
7
8
9
RUN set -ex && \
10
mkdir ~/.gnupg; \
0 commit comments