Skip to content

Commit

Permalink
Merge pull request #757 from bednar/release-kapacitor-1.7.5
Browse files Browse the repository at this point in the history
chore: release Kapacitor 1.7.5
  • Loading branch information
bnpfeife authored Jun 18, 2024
2 parents d58a5bb + c205aad commit 9fb0398
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.4
ENV KAPACITOR_VERSION 1.7.5

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.4
ENV KAPACITOR_VERSION 1.7.5

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

0 comments on commit 9fb0398

Please sign in to comment.