Skip to content

Commit 069d1a3

Browse files
chore(deps): update golang docker tag
Signed-off-by: red-hat-konflux <126015336+red-hat-konflux[bot]@users.noreply.github.com>
1 parent 60f126d commit 069d1a3

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
ARG BASE_IMAGE=alpine:3.20.3
44
ARG JS_IMAGE=node:20-alpine
55
ARG JS_PLATFORM=linux/amd64
6-
ARG GO_IMAGE=golang:1.23.2-alpine
6+
ARG GO_IMAGE=golang:1.24.0-alpine
77

88
ARG GO_SRC=go-builder
99
ARG JS_SRC=js-builder

devenv/docker/blocks/prometheus_random_data/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# This Dockerfile builds an image for a client_golang example.
22

33
# Builder image, where we build the example.
4-
FROM golang:1.23 AS builder
4+
FROM golang:1.24 AS builder
55
# Download prometheus/client_golang/examples/random first
66
RUN CGO_ENABLED=0 GOOS=linux go install -tags netgo -ldflags '-w' github.com/prometheus/client_golang/examples/[email protected]
77

devenv/docker/ha-test-unified-alerting/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM golang:1.23
1+
FROM golang:1.24
22

33
ADD webhook-listener.go /go/src/webhook/webhook-listener.go
44

scripts/build/ci-windows-test/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM golang:1.23.2-windowsservercore-1809
1+
FROM golang:1.24.0-windowsservercore-1809
22

33
SHELL ["powershell", "-command"]
44

0 commit comments

Comments
 (0)