Skip to content

Commit

Permalink
Update timberio/vector Docker tag to v0.42.0
Browse files Browse the repository at this point in the history
Update timberio/vector from 0.39.0 to 0.42.0

Change-type: patch
  • Loading branch information
balena-renovate[bot] committed Oct 21, 2024
1 parent 489a294 commit bc2af2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM timberio/vector:0.39.0-debian as logshipper
FROM timberio/vector:0.42.0-debian as logshipper

Check warning on line 1 in Dockerfile

View workflow job for this annotation

GitHub Actions / Flowzone / Test docker (default, linux/amd64, ubuntu-22.04, amd64, default)

The 'as' keyword should match the case of the 'from' keyword

FromAsCasing: 'as' and 'FROM' keywords' casing do not match More info: https://docs.docker.com/go/dockerfile/rule/from-as-casing/

Check warning on line 1 in Dockerfile

View workflow job for this annotation

GitHub Actions / Flowzone / Test docker (default, linux/arm64, ubuntu-22.04, arm64v8, default)

The 'as' keyword should match the case of the 'from' keyword

FromAsCasing: 'as' and 'FROM' keywords' casing do not match More info: https://docs.docker.com/go/dockerfile/rule/from-as-casing/

RUN apt update \
&& apt install -y \
Expand Down

0 comments on commit bc2af2a

Please sign in to comment.