File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 12
12
# See the License for the specific language governing permissions and
13
13
# limitations under the License.
14
14
15
- FROM golang:1.13.4 as builder
15
+ FROM golang:1.13.15 as builder
16
16
WORKDIR /go/src/sigs.k8s.io/gcp-compute-persistent-disk-csi-driver
17
17
ADD . .
18
18
RUN make
@@ -22,7 +22,7 @@ FROM k8s.gcr.io/build-image/debian-base-amd64:v2.1.3 as base
22
22
RUN clean-install udev
23
23
24
24
# 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
26
26
COPY --from=builder /go/src/sigs.k8s.io/gcp-compute-persistent-disk-csi-driver/bin/gce-pd-csi-driver /gce-pd-csi-driver
27
27
# Install necessary dependencies
28
28
RUN clean-install util-linux e2fsprogs mount ca-certificates udev xfsprogs
Original file line number Diff line number Diff line change 13
13
# limitations under the License.
14
14
15
15
ARG BASE_IMAGE
16
- FROM --platform=$BUILDPLATFORM golang:1.13.4 AS builder
16
+ FROM --platform=$BUILDPLATFORM golang:1.13.15 AS builder
17
17
18
18
ARG TARGETPLATFORM
19
19
ARG BUILDPLATFORM
You can’t perform that action at this time.
0 commit comments