Skip to content

Commit ae98a2f

Browse files
authored
Update Go version to 1.25.9 and Upgrade rclone to v1.73.5 to Fix Security Issues (#307)
1 parent 3b2016c commit ae98a2f

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ FROM registry.access.redhat.com/ubi8/ubi AS rclone-builder
3030
RUN yum install wget git gcc -y
3131

3232
ENV ARCH=amd64
33-
ENV GO_VERSION=1.25.8
33+
ENV GO_VERSION=1.25.9
3434

3535
RUN echo $ARCH $GO_VERSION
3636

@@ -46,7 +46,7 @@ ENV GOARCH=$ARCH
4646
ENV GO111MODULE=on
4747

4848
RUN git clone https://github.com/rclone/rclone.git && \
49-
cd rclone && git checkout tags/v1.73.3 && \
49+
cd rclone && git checkout tags/v1.73.5 && \
5050
go build && ./rclone version && \
5151
cp rclone /usr/local/bin/rclone
5252

Dockerfile.builder

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM golang:1.25.8
1+
FROM golang:1.25.9
22

33
WORKDIR /go/src/github.com/IBM/ibm-object-csi-driver
44
ADD . /go/src/github.com/IBM/ibm-object-csi-driver

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/IBM/ibm-object-csi-driver
22

3-
go 1.25.8
3+
go 1.25.9
44

55
require (
66
github.com/IBM/go-sdk-core/v5 v5.21.0

0 commit comments

Comments
 (0)