File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1212# See the License for the specific language governing permissions and
1313# limitations under the License.
1414
15- FROM --platform=$BUILDPLATFORM golang:1.20.9 as builder
15+ FROM --platform=$BUILDPLATFORM golang:1.20.10 as builder
1616
1717ARG STAGINGVERSION
1818ARG TARGETPLATFORM
Original file line number Diff line number Diff line change 1313# limitations under the License.
1414
1515ARG BASE_IMAGE
16- FROM --platform=$BUILDPLATFORM golang:1.20.9 AS builder
16+ FROM --platform=$BUILDPLATFORM golang:1.20.10 AS builder
1717
1818ARG TARGETPLATFORM
1919ARG STAGINGVERSION
Original file line number Diff line number Diff line change 1212# See the License for the specific language governing permissions and
1313# limitations under the License.
1414
15- FROM golang:1.20.9 as builder
15+ FROM golang:1.20.10 as builder
1616WORKDIR /go/src/sigs.k8s.io/gcp-compute-persistent-disk-csi-driver
1717ADD . .
1818
You can’t perform that action at this time.
0 commit comments