We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b587364 commit 5ac2660Copy full SHA for 5ac2660
Dockerfile
@@ -1,7 +1,7 @@
1
ARG INCLUDED_SINKS
2
ARG CONFIG_PATH=/etc/vector/vector.toml
3
4
-FROM timberio/vector:0.41.1-alpine as build
+FROM timberio/vector:0.44.0-alpine as build
5
6
7
ARG CONFIG_PATH
@@ -24,7 +24,7 @@ RUN mkdir -p /entrypoints/
24
RUN sh ./install.sh
25
26
27
-FROM timberio/vector:0.41.1-alpine
+FROM timberio/vector:0.44.0-alpine
28
29
30
ENV CONFIG_PATH=$CONFIG_PATH
0 commit comments