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 3b08516 commit ef0bdd3Copy full SHA for ef0bdd3
kapacitor/1.5/Dockerfile
@@ -14,7 +14,7 @@ RUN set -ex && \
14
gpg --keyserver keyserver.pgp.com --recv-keys "$key" ; \
15
done
16
17
-ENV KAPACITOR_VERSION 1.5.5
+ENV KAPACITOR_VERSION 1.5.6
18
RUN ARCH= && dpkgArch="$(dpkg --print-architecture)" && \
19
case "${dpkgArch##*-}" in \
20
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
apk add --no-cache --virtual .build-deps wget gnupg tar && \
0 commit comments