mirror of
https://github.com/hyperdxio/hyperdx
synced 2026-04-21 13:37:15 +00:00
chore: bump vector to v0.35.0 (#254)
This commit is contained in:
parent
be0c12df71
commit
8e536e10e3
2 changed files with 7 additions and 1 deletions
6
.changeset/thick-pillows-kick.md
Normal file
6
.changeset/thick-pillows-kick.md
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
---
|
||||
'@hyperdx/api': patch
|
||||
'@hyperdx/app': patch
|
||||
---
|
||||
|
||||
chore: bump vector to v0.35.0
|
||||
|
|
@ -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"]
|
||||
|
|
|
|||
Loading…
Reference in a new issue