Skip to content

Commit 04eb9b3

Browse files
author
Russ Savage
committed
feat(kapa): kapa 1.5.4
1 parent 9338657 commit 04eb9b3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

kapacitor/1.5/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ RUN set -ex && \
1414
gpg --keyserver keyserver.pgp.com --recv-keys "$key" ; \
1515
done
1616

17-
ENV KAPACITOR_VERSION 1.5.3
17+
ENV KAPACITOR_VERSION 1.5.4
1818
RUN ARCH= && dpkgArch="$(dpkg --print-architecture)" && \
1919
case "${dpkgArch##*-}" in \
2020
amd64) ARCH='amd64';; \

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

7-
ENV KAPACITOR_VERSION 1.5.3
7+
ENV KAPACITOR_VERSION 1.5.4
88

99
RUN set -ex && \
1010
apk add --no-cache --virtual .build-deps wget gnupg tar && \

0 commit comments

Comments
 (0)