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 5c6edfe + ae62920 commit 63fe068Copy full SHA for 63fe068
kapacitor/1.5/Dockerfile
@@ -16,7 +16,7 @@ RUN set -ex && \
16
gpg --keyserver keyserver.pgp.com --recv-keys "$key" ; \
17
done
18
19
-ENV KAPACITOR_VERSION 1.5.8
+ENV KAPACITOR_VERSION 1.5.9
20
RUN ARCH= && dpkgArch="$(dpkg --print-architecture)" && \
21
case "${dpkgArch##*-}" in \
22
amd64) ARCH='amd64';; \
kapacitor/1.5/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
mkdir ~/.gnupg; \
0 commit comments