Skip to content

Commit 48c71fc

Browse files
chore(deps): update golang docker tag to v1.24.3
Signed-off-by: red-hat-konflux <126015336+red-hat-konflux[bot]@users.noreply.github.com>
1 parent 42dfcbf commit 48c71fc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM --platform=$BUILDPLATFORM golang:1.23.9-alpine3.20 as builder
1+
FROM --platform=$BUILDPLATFORM golang:1.24.3-alpine3.20 as builder
22

33
ARG TARGETOS
44
ARG TARGETARCH

Dockerfile.e2e-test

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM golang:1.23.9-alpine3.20 as builder
1+
FROM golang:1.24.3-alpine3.20 as builder
22

33
RUN apk add --update --no-cache ca-certificates tzdata git make bash && update-ca-certificates
44

0 commit comments

Comments
 (0)