Skip to content

Commit

Permalink
Bump fluent/fluent-bit from 3.1.9-debug to 3.2.2-debug in /docker
Browse files Browse the repository at this point in the history
Bumps fluent/fluent-bit from 3.1.9-debug to 3.2.2-debug.

---
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 Nov 29, 2024
1 parent ea170ee commit 06c132e
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:3.1.9-debug
FROM fluent/fluent-bit:3.2.2-debug
LABEL maintainer="[email protected]"
RUN apt-get update && apt-get install -y \
jq \
Expand Down

0 comments on commit 06c132e

Please sign in to comment.