Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 25, 2023
1 parent 896da10 commit 665a969
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.1.10 as production
FROM fluent/fluent-bit:2.2.1 as production
ARG vivo_base_path

### Set working directory
Expand Down

0 comments on commit 665a969

Please sign in to comment.