Skip to content

Commit f2b5abb

Browse files
chore(deps): update timberio/vector docker tag to v0.42.0
1 parent b587364 commit f2b5abb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
ARG INCLUDED_SINKS
22
ARG CONFIG_PATH=/etc/vector/vector.toml
33

4-
FROM timberio/vector:0.41.1-alpine as build
4+
FROM timberio/vector:0.42.0-alpine as build
55

66
ARG INCLUDED_SINKS
77
ARG CONFIG_PATH
@@ -24,7 +24,7 @@ RUN mkdir -p /entrypoints/
2424
RUN sh ./install.sh
2525

2626

27-
FROM timberio/vector:0.41.1-alpine
27+
FROM timberio/vector:0.42.0-alpine
2828

2929
ARG CONFIG_PATH
3030
ENV CONFIG_PATH=$CONFIG_PATH

0 commit comments

Comments
 (0)