File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 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 golang:1.13.4 as builder
15+ FROM golang:1.13.15 as builder
1616WORKDIR /go/src/sigs.k8s.io/gcp-compute-persistent-disk-csi-driver
1717ADD . .
1818RUN make
@@ -22,7 +22,7 @@ FROM k8s.gcr.io/build-image/debian-base-amd64:v2.1.3 as base
2222RUN clean-install udev
2323
2424# Start from Kubernetes Debian base
25- FROM k8s.gcr.io/build-image/debian-base-amd64:v2.1.3
25+ FROM k8s.gcr.io/build-image/debian-base-amd64:v2.1.3
2626COPY --from=builder /go/src/sigs.k8s.io/gcp-compute-persistent-disk-csi-driver/bin/gce-pd-csi-driver /gce-pd-csi-driver
2727# Install necessary dependencies
2828RUN clean-install util-linux e2fsprogs mount ca-certificates udev xfsprogs
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.13.4 AS builder
16+ FROM --platform=$BUILDPLATFORM golang:1.13.15 AS builder
1717
1818ARG TARGETPLATFORM
1919ARG BUILDPLATFORM
You can’t perform that action at this time.
0 commit comments