Skip to content

Commit

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

Bump fluent/fluent-bit from 3.0.3-debug to 3.1.1-debug in /docker
loafoe authored Jul 12, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
2 parents 58085fe + 4a42da0 commit 16cef28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
@@ -9,7 +9,7 @@ COPY . .
RUN CGO_ENABLED=0 GOOS=linux GOARCH=$GOARCH go build -o /splunk-cf-logdrain

## Build final image
FROM fluent/fluent-bit:3.0.3-debug
FROM fluent/fluent-bit:3.1.1-debug
LABEL maintainer="[email protected]"
RUN apt-get update && apt-get install -y \
jq \

0 comments on commit 16cef28

Please sign in to comment.