Skip to content

Commit

Permalink
dockerfile: bump fluent/fluent-bit from 2.2.2 to 3.0.3
Browse files Browse the repository at this point in the history
Bumps fluent/fluent-bit from 2.2.2 to 3.0.3.

---
updated-dependencies:
- dependency-name: fluent/fluent-bit
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Apr 29, 2024
1 parent 87ae365 commit 61774be
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
Expand Up @@ -43,7 +43,7 @@ COPY packages/service .
RUN go build -o vivo-service -trimpath -tags netgo,osusergo .

######## Fluent Bit
FROM fluent/fluent-bit:2.2.2 as production
FROM fluent/fluent-bit:3.0.3 as production
ARG vivo_base_path

### Set working directory
Expand Down

0 comments on commit 61774be

Please sign in to comment.