Skip to content

Commit

Permalink
Merge pull request #33 from cloudfoundry-rs/renovate/timberio-vector-0.x
Browse files Browse the repository at this point in the history
chore(deps): update timberio/vector docker tag to v0.40.0
  • Loading branch information
somehowchris authored Jul 30, 2024
2 parents d454c50 + fa1702c commit d250c07
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
ARG INCLUDED_SINKS
ARG CONFIG_PATH=/etc/vector/vector.toml

FROM timberio/vector:0.39.0-alpine as build
FROM timberio/vector:0.40.0-alpine as build

ARG INCLUDED_SINKS
ARG CONFIG_PATH
Expand All @@ -24,7 +24,7 @@ RUN mkdir -p /entrypoints/
RUN sh ./install.sh


FROM timberio/vector:0.39.0-alpine
FROM timberio/vector:0.40.0-alpine

ARG CONFIG_PATH
ENV CONFIG_PATH=$CONFIG_PATH
Expand Down

0 comments on commit d250c07

Please sign in to comment.