Skip to content

Commit c55d1b3

Browse files
committed
Update go version to 1.19.11 to fix CVE-2023-29406
1 parent 26201c6 commit c55d1b3

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
ARG BUILDPLATFORM
1616

17-
FROM --platform=$BUILDPLATFORM golang:1.19.10 as builder
17+
FROM --platform=$BUILDPLATFORM golang:1.19.11 as builder
1818

1919
ARG STAGINGVERSION
2020
ARG TARGETPLATFORM

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.19.10 AS builder
16+
FROM --platform=$BUILDPLATFORM golang:1.19.11 AS builder
1717

1818
ARG TARGETPLATFORM
1919
ARG BUILDPLATFORM

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.19.6 as builder
15+
FROM golang:1.19.11 as builder
1616
WORKDIR /go/src/sigs.k8s.io/gcp-compute-persistent-disk-csi-driver
1717
ADD . .
1818

0 commit comments

Comments
 (0)