From 32ee363eb52b2ed90f4de113a8c994d6d2ea8981 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 11 May 2023 03:06:39 +0000 Subject: [PATCH] build(deps): Bump alpine in /cmd/fluent-watcher/fluentd Bumps alpine from 3.17 to 3.18. --- updated-dependencies: - dependency-name: alpine dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- cmd/fluent-watcher/fluentd/Dockerfile.amd64 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/fluent-watcher/fluentd/Dockerfile.amd64 b/cmd/fluent-watcher/fluentd/Dockerfile.amd64 index 8fa3aa5bd..a435fedd3 100644 --- a/cmd/fluent-watcher/fluentd/Dockerfile.amd64 +++ b/cmd/fluent-watcher/fluentd/Dockerfile.amd64 @@ -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.18 LABEL Description="Fluentd docker image" Vendor="Fluent Organization" Version="1.15.3" # Do not split this into multiple RUN!