Skip to content

Commit 06080f9

Browse files
committed
kapacitor: remove leading v
1 parent 107cbe2 commit 06080f9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

kapacitor/1.7/alpine/Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@ RUN set -ex && \
1515
do \
1616
gpg --keyserver hkp://keyserver.ubuntu.com --recv-keys "$key" ; \
1717
done && \
18-
wget --no-verbose https://dl.influxdata.com/kapacitor/releases/kapacitor-v${KAPACITOR_VERSION}_linux_amd64.tar.gz.asc && \
19-
wget --no-verbose https://dl.influxdata.com/kapacitor/releases/kapacitor-v${KAPACITOR_VERSION}_linux_amd64.tar.gz && \
20-
gpg --batch --verify kapacitor-v${KAPACITOR_VERSION}_linux_amd64.tar.gz.asc kapacitor-v${KAPACITOR_VERSION}_linux_amd64.tar.gz && \
18+
wget --no-verbose https://dl.influxdata.com/kapacitor/releases/kapacitor-${KAPACITOR_VERSION}_linux_amd64.tar.gz.asc && \
19+
wget --no-verbose https://dl.influxdata.com/kapacitor/releases/kapacitor-${KAPACITOR_VERSION}_linux_amd64.tar.gz && \
20+
gpg --batch --verify kapacitor-v${KAPACITOR_VERSION}_linux_amd64.tar.gz.asc kapacitor-${KAPACITOR_VERSION}_linux_amd64.tar.gz && \
2121
mkdir -p /usr/src && \
2222
tar -C /usr/src -xzf kapacitor-v${KAPACITOR_VERSION}_linux_amd64.tar.gz && \
2323
cp -ar /usr/src/kapacitor-*/* / && \

0 commit comments

Comments
 (0)