Skip to content

Commit e6d8501

Browse files
authored
chore: bump vector version to v0.43.1 (#540)
1 parent cc2a3d4 commit e6d8501

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
- name: Install vector
2626
run: |
2727
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
2929
cp ./vector/bin/vector /usr/local/bin/vector
3030
vector --version
3131
- name: Run lint + type check

docker/ingestor/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
## base #############################################################################################
2-
FROM timberio/vector:0.41.1-alpine AS base
2+
FROM timberio/vector:0.43.1-alpine AS base
33

44
RUN mkdir -p /var/lib/vector
55
VOLUME ["/var/lib/vector"]

0 commit comments

Comments
 (0)