Skip to content

Commit

Permalink
Merge pull request #201 from calyptia/dependabot/docker/fluent/fluent…
Browse files Browse the repository at this point in the history
…-bit-2.1.9

dockerfile: bump fluent/fluent-bit from 2.1.6 to 2.1.9
  • Loading branch information
tchrono authored Sep 27, 2023
2 parents ab4ffdc + 72e238f commit 718ada7
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.6 as production
FROM fluent/fluent-bit:2.1.9 as production
ARG vivo_base_path

### Set working directory
Expand Down

0 comments on commit 718ada7

Please sign in to comment.