Skip to content

Commit

Permalink
Merge pull request #91 from philips-software/dependabot/docker/fluent…
Browse files Browse the repository at this point in the history
…/fluent-bit-1.9.5

Bump fluent/fluent-bit from 1.9.4 to 1.9.5
  • Loading branch information
loafoe authored Jun 22, 2022
2 parents 3c8360d + e06ee9c commit 6e2cb96
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ RUN go mod download
COPY . .
RUN make all

FROM fluent/fluent-bit:1.9.4
FROM fluent/fluent-bit:1.9.5
LABEL maintainer="[email protected]"

COPY --from=builder /out/out_hsdp.so /fluent-bit/bin/
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.debug
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ RUN go mod download
COPY . .
RUN make all

FROM fluent/fluent-bit:1.9.4-debug
FROM fluent/fluent-bit:1.9.5-debug
LABEL maintainer="[email protected]"

COPY --from=builder /out/out_hsdp.so /fluent-bit/bin/
Expand Down

0 comments on commit 6e2cb96

Please sign in to comment.