Skip to content

Commit 89ed878

Browse files
committed
Update golang version to 1.25 in download server containerfile
Signed-off-by: Joseph <jvaikath@redhat.com>
1 parent 3981ec4 commit 89ed878

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

konflux.Containerfile.download

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# Dependencies are prefetched by the Konflux pipeline (Hermeto) and injected
33
# into the build context before this Containerfile runs.
44

5-
FROM brew.registry.redhat.io/rh-osbs/openshift-golang-builder:rhel_9_golang_1.24 AS builder
5+
FROM brew.registry.redhat.io/rh-osbs/openshift-golang-builder:rhel_9_golang_1.25 AS builder
66

77
COPY . /workspace
88
WORKDIR /workspace

0 commit comments

Comments
 (0)