Skip to content

Commit 005d1bd

Browse files
authored
Merge pull request #1783 from saikat-royc/release-1.10
Address CVE fixes for CVE-2024-24790 , CVE-2024-24789
2 parents b388054 + de4bdc5 commit 005d1bd

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

Dockerfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
FROM --platform=$BUILDPLATFORM golang:1.20.12 as builder
15+
FROM --platform=$BUILDPLATFORM golang:1.21.11 as builder
1616

1717
ARG STAGINGVERSION
1818
ARG TARGETPLATFORM
@@ -116,4 +116,4 @@ RUN /print-missing-deps.sh
116116
# Final build stage, create the real Docker image with ENTRYPOINT
117117
FROM output-image
118118

119-
ENTRYPOINT ["/gce-pd-csi-driver"]
119+
ENTRYPOINT ["/gce-pd-csi-driver"]

Dockerfile.Windows

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
# limitations under the License.
1414

1515
ARG BASE_IMAGE
16-
FROM --platform=$BUILDPLATFORM golang:1.20.12 AS builder
16+
FROM --platform=$BUILDPLATFORM golang:1.20.11 AS builder
1717

1818
ARG TARGETPLATFORM
1919
ARG STAGINGVERSION

Dockerfile.debug

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
FROM golang:1.20.12 as builder
15+
FROM golang:1.21.11 as builder
1616
WORKDIR /go/src/sigs.k8s.io/gcp-compute-persistent-disk-csi-driver
1717
ADD . .
1818

0 commit comments

Comments
 (0)