We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 75f73a8 commit b6cfbd3Copy full SHA for b6cfbd3
distribution/docker/alpine/Dockerfile
@@ -1,7 +1,7 @@
1
FROM alpine:3.10.1 AS builder
2
3
RUN apk add git make cmake g++ gcc rust cargo snappy-dev protobuf-dev openssl-dev bash
4
-RUN git clone https://github.com/timberio/vector && cd vector && git checkout d6f3a1a4c2f8da71b950725f7bb164f526c12386
+RUN git clone https://github.com/timberio/vector && cd vector
5
6
WORKDIR /vector
7
0 commit comments