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 958e0e5 + b70623e commit 43d8673Copy full SHA for 43d8673
kapacitor/1.7/Dockerfile
@@ -5,7 +5,7 @@ RUN DEBIAN_FRONTEND=noninteractive apt-get update && \
5
awk 'f{if(sub(/^#/,"",$0)==0){f=0}};/^# enable bash completion/{f=1};{print;}' /etc/bash.bashrc > /etc/bash.bashrc.new && \
6
mv /etc/bash.bashrc.new /etc/bash.bashrc
7
8
-ENV KAPACITOR_VERSION 1.7.2
+ENV KAPACITOR_VERSION 1.7.3
9
10
RUN set -eux && \
11
ARCH= && dpkgArch="$(dpkg --print-architecture)" && \
kapacitor/1.7/alpine/Dockerfile
@@ -4,7 +4,7 @@ RUN echo 'hosts: files dns' >> /etc/nsswitch.conf
4
RUN apk add --no-cache ca-certificates && \
update-ca-certificates
RUN set -ex && \
mkdir ~/.gnupg; \
0 commit comments