Skip to content

Commit

Permalink
build(deps): Bump alpine in /cmd/fluent-watcher/fluentd (#1014)
Browse files Browse the repository at this point in the history
Bumps alpine from 3.17 to 3.19.

---
updated-dependencies:
- dependency-name: alpine
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Dec 16, 2023
1 parent 0741603 commit 400305c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/fluent-watcher/fluentd/Dockerfile.amd64
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ RUN echo $(ls -al /code)
RUN CGO_ENABLED=0 go build -ldflags '-w -s' -o /fluentd/fluentd-watcher /code/cmd/fluent-watcher/fluentd/main.go

# Fluentd main image
FROM alpine:3.17
FROM alpine:3.19
LABEL Description="Fluentd docker image" Vendor="Fluent Organization" Version="1.15.3"

# Do not split this into multiple RUN!
Expand Down

0 comments on commit 400305c

Please sign in to comment.