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.
2 parents 1d600ce + e07ef21 commit 57a5ac9Copy full SHA for 57a5ac9
chronograf/1.4/Dockerfile
@@ -11,7 +11,7 @@ RUN set -ex && \
11
gpg --keyserver keyserver.pgp.com --recv-keys "$key" ; \
12
done
13
14
-ENV CHRONOGRAF_VERSION 1.4.2.2
+ENV CHRONOGRAF_VERSION 1.4.2.3
15
RUN ARCH= && dpkgArch="$(dpkg --print-architecture)" && \
16
case "${dpkgArch##*-}" in \
17
amd64) ARCH='amd64';; \
chronograf/1.4/alpine/Dockerfile
@@ -4,7 +4,7 @@ RUN echo 'hosts: files dns' >> /etc/nsswitch.conf
4
RUN apk add --no-cache ca-certificates && \
5
update-ca-certificates
6
7
8
9
RUN set -ex && \
10
apk add --no-cache --virtual .build-deps wget gnupg tar && \
0 commit comments