We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fabf45b commit 1f358aeCopy full SHA for 1f358ae
2 files changed
images/driver/Dockerfile.builder
@@ -1,4 +1,4 @@
1
-FROM golang:1.23.7
+FROM golang:1.24.5
2
3
# Default values
4
ARG git_commit_id=unknown
images/provisioner/Dockerfile.builder
ADD . /go/src/github.com/IBM/ibmcloud-object-storage-plugin
RUN set -ex; cd /go/src/github.com/IBM/ibmcloud-object-storage-plugin/ && CGO_ENABLED=0 go install -mod=mod -v github.com/IBM/ibmcloud-object-storage-plugin/cmd/provisioner
RUN set -ex; tar cvC / ./etc/ssl | gzip -n > /root/ca-certs.tar.gz
0 commit comments