Skip to content

Commit

Permalink
chore: bump vector version to v0.43.1 (#540)
Browse files Browse the repository at this point in the history
  • Loading branch information
wrn14897 authored Jan 3, 2025
1 parent cc2a3d4 commit e6d8501
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- name: Install vector
run: |
mkdir -p vector
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
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
cp ./vector/bin/vector /usr/local/bin/vector
vector --version
- name: Run lint + type check
Expand Down
2 changes: 1 addition & 1 deletion docker/ingestor/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
## base #############################################################################################
FROM timberio/vector:0.41.1-alpine AS base
FROM timberio/vector:0.43.1-alpine AS base

RUN mkdir -p /var/lib/vector
VOLUME ["/var/lib/vector"]
Expand Down

0 comments on commit e6d8501

Please sign in to comment.