Skip to content

Commit 36b9d3b

Browse files
committed
chore: release Kapacitor 1.7.7
1 parent 25b7523 commit 36b9d3b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

kapacitor/1.7/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ RUN DEBIAN_FRONTEND=noninteractive apt-get update && \
55
awk 'f{if(sub(/^#/,"",$0)==0){f=0}};/^# enable bash completion/{f=1};{print;}' /etc/bash.bashrc > /etc/bash.bashrc.new && \
66
mv /etc/bash.bashrc.new /etc/bash.bashrc
77

8-
ENV KAPACITOR_VERSION 1.7.6
8+
ENV KAPACITOR_VERSION 1.7.7
99

1010
RUN set -eux && \
1111
ARCH= && dpkgArch="$(dpkg --print-architecture)" && \

kapacitor/1.7/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 su-exec && \
55
update-ca-certificates
66

7-
ENV KAPACITOR_VERSION 1.7.6
7+
ENV KAPACITOR_VERSION 1.7.7
88

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

0 commit comments

Comments
 (0)