Skip to content

Commit b6cfbd3

Browse files
committed
Remove specific checkout
Signed-off-by: Ben Johnson <[email protected]>
1 parent 75f73a8 commit b6cfbd3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

distribution/docker/alpine/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
FROM alpine:3.10.1 AS builder
22

33
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
4+
RUN git clone https://github.com/timberio/vector && cd vector
55

66
WORKDIR /vector
77

0 commit comments

Comments
 (0)