Skip to content

Commit 107cbe2

Browse files
authored
Chronograf 1.10.3 (#726)
2 parents 54cb8e4 + 87e6a0b commit 107cbe2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

chronograf/1.10/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ RUN set -ex && \
1111
gpg --keyserver hkp://keyserver.ubuntu.com --recv-keys "$key" ; \
1212
done
1313

14-
ENV CHRONOGRAF_VERSION 1.10.2
14+
ENV CHRONOGRAF_VERSION 1.10.3
1515
RUN ARCH= && dpkgArch="$(dpkg --print-architecture)" && \
1616
case "${dpkgArch##*-}" in \
1717
amd64) ARCH='amd64';; \

chronograf/1.10/alpine/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ RUN echo 'hosts: files dns' >> /etc/nsswitch.conf
44
RUN apk add --no-cache ca-certificates && \
55
update-ca-certificates
66

7-
ENV CHRONOGRAF_VERSION 1.10.2
7+
ENV CHRONOGRAF_VERSION 1.10.3
88

99
RUN set -ex && \
1010
mkdir ~/.gnupg; \

0 commit comments

Comments
 (0)