Skip to content

Commit

Permalink
build(deps): Bump golang in /cmd/fluent-watcher/fluentd (#1290)
Browse files Browse the repository at this point in the history
Bumps golang from 1.22.5-alpine3.19 to 1.22.6-alpine3.19.

---
updated-dependencies:
- dependency-name: golang
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

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 Aug 8, 2024
1 parent 9bfd859 commit 05d96e0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion cmd/fluent-watcher/fluentd/Dockerfile.amd64
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Fluentd watcher agent
FROM golang:1.22.5-alpine3.19 as buildergo
FROM golang:1.22.6-alpine3.19 as buildergo
RUN mkdir -p /fluentd
RUN mkdir -p /code
COPY . /code/
Expand Down
2 changes: 1 addition & 1 deletion cmd/fluent-watcher/fluentd/Dockerfile.arm64
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Fluentd watcher agent
FROM golang:1.22.5-alpine3.19 as buildergo
FROM golang:1.22.6-alpine3.19 as buildergo
RUN mkdir -p /fluentd
RUN mkdir -p /code
COPY . /code/
Expand Down
2 changes: 1 addition & 1 deletion cmd/fluent-watcher/fluentd/Dockerfile.arm64.quick
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
ARG BASE_IMAGE=kubesphere/fluentd
ARG BASE_IMAGE_TAG=latest-arm64-base
# Fluentd watcher agent
FROM golang:1.22.5-alpine3.19 as buildergo
FROM golang:1.22.6-alpine3.19 as buildergo
RUN mkdir -p /fluentd
RUN mkdir -p /code
COPY . /code/
Expand Down

0 comments on commit 05d96e0

Please sign in to comment.