Skip to content

Commit 9f3ede3

Browse files
committed
Bump builder and Debian base versions
1 parent 7c26518 commit 9f3ede3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,14 +14,14 @@
1414

1515

1616

17-
FROM golang:1.10.1-alpine3.7 as builder
17+
FROM golang:1.11.2-alpine3.8 as builder
1818
WORKDIR /go/src/sigs.k8s.io/gcp-compute-persistent-disk-csi-driver
1919
ADD . .
2020
ARG TAG
2121
RUN CGO_ENABLED=0 GOOS=linux go build -a -ldflags '-X main.vendorVersion='"${TAG:-latest}"' -extldflags "-static"' -o bin/gce-pd-csi-driver ./cmd/
2222

2323
# Start from Google Debian base
24-
FROM gcr.io/google-containers/debian-base-amd64:0.3
24+
FROM gcr.io/google-containers/debian-base-amd64:0.4.0
2525
COPY --from=builder /go/src/sigs.k8s.io/gcp-compute-persistent-disk-csi-driver/bin/gce-pd-csi-driver /gce-pd-csi-driver
2626

2727
# Install necessary dependencies

0 commit comments

Comments
 (0)