Skip to content

Commit

Permalink
🌱 Bump golang from 1.23.3 to 1.23.4
Browse files Browse the repository at this point in the history
Bumps golang from 1.23.3 to 1.23.4.

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and nickytd committed Dec 9, 2024
1 parent 0ca4691 commit b66fb6b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
############# builder #############
FROM golang:1.23.3 AS builder
FROM golang:1.23.4 AS builder

WORKDIR /go/src/github.com/gardener/logging

Expand Down Expand Up @@ -85,7 +85,7 @@ WORKDIR /
ENTRYPOINT [ "/event-logger" ]

############# telegraf-builder #############
FROM golang:1.23.3 AS telegraf-builder
FROM golang:1.23.4 AS telegraf-builder
RUN git clone --depth 1 --branch v1.26.0 https://github.com/influxdata/telegraf.git
WORKDIR /go/telegraf
ARG TARGETOS
Expand Down

0 comments on commit b66fb6b

Please sign in to comment.