Skip to content

Commit

Permalink
chore: release Kapacitor 1.7.4 (#741)
Browse files Browse the repository at this point in the history
  • Loading branch information
powersj authored Apr 23, 2024
2 parents ae8f857 + f1c9856 commit 7fb830f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion kapacitor/1.7/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ RUN DEBIAN_FRONTEND=noninteractive apt-get update && \
awk 'f{if(sub(/^#/,"",$0)==0){f=0}};/^# enable bash completion/{f=1};{print;}' /etc/bash.bashrc > /etc/bash.bashrc.new && \
mv /etc/bash.bashrc.new /etc/bash.bashrc

ENV KAPACITOR_VERSION 1.7.3
ENV KAPACITOR_VERSION 1.7.4

RUN set -eux && \
ARCH= && dpkgArch="$(dpkg --print-architecture)" && \
Expand Down
2 changes: 1 addition & 1 deletion kapacitor/1.7/alpine/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ RUN echo 'hosts: files dns' >> /etc/nsswitch.conf
RUN apk add --no-cache ca-certificates su-exec && \
update-ca-certificates

ENV KAPACITOR_VERSION 1.7.3
ENV KAPACITOR_VERSION 1.7.4

RUN set -ex && \
mkdir ~/.gnupg; \
Expand Down

0 comments on commit 7fb830f

Please sign in to comment.