File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 25
25
- name : Install vector
26
26
run : |
27
27
mkdir -p vector
28
- curl -sSfL --proto '=https' --tlsv1.2 https://packages.timber.io/vector/0.41 .1/vector-0.41 .1-x86_64-unknown-linux-musl.tar.gz | tar xzf - -C vector --strip-components=2
28
+ curl -sSfL --proto '=https' --tlsv1.2 https://packages.timber.io/vector/0.43 .1/vector-0.43 .1-x86_64-unknown-linux-musl.tar.gz | tar xzf - -C vector --strip-components=2
29
29
cp ./vector/bin/vector /usr/local/bin/vector
30
30
vector --version
31
31
- name : Run lint + type check
Original file line number Diff line number Diff line change 1
1
# # base #############################################################################################
2
- FROM timberio/vector:0.41 .1-alpine AS base
2
+ FROM timberio/vector:0.43 .1-alpine AS base
3
3
4
4
RUN mkdir -p /var/lib/vector
5
5
VOLUME ["/var/lib/vector" ]
You can’t perform that action at this time.
0 commit comments