chore: bump vector to v0.35.0 (#254)

This commit is contained in:
Warren 2024-01-19 15:43:03 -08:00 committed by GitHub
parent be0c12df71
commit 8e536e10e3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 7 additions and 1 deletions

View file

@ -0,0 +1,6 @@
---
'@hyperdx/api': patch
'@hyperdx/app': patch
---
chore: bump vector to v0.35.0

View file

@ -1,5 +1,5 @@
## base #############################################################################################
FROM timberio/vector:0.34.0-alpine AS base
FROM timberio/vector:0.35.0-alpine AS base
RUN mkdir -p /var/lib/vector
VOLUME ["/var/lib/vector"]