Skip to content

Commit

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

Bump fluent/fluent-bit from 2.0.9-debug to 2.1.2-debug in /docker
  • Loading branch information
loafoe committed May 10, 2023
2 parents 60d7228 + 904f07b commit 5c0cf42
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
Expand Up @@ -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:2.0.9-debug
FROM fluent/fluent-bit:2.1.2-debug
LABEL maintainer="[email protected]"
RUN apt-get update && apt-get install -y \
jq \
Expand Down

0 comments on commit 5c0cf42

Please sign in to comment.