From 2dd6a73c5d766bedc94622b7e227cb39f2b2ceaa Mon Sep 17 00:00:00 2001 From: Marwan Date: Wed, 5 Dec 2018 13:15:44 -0800 Subject: [PATCH] switch to alpine 3.8 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index b64e7faee29..11e8bcf5b6b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -11,7 +11,7 @@ COPY vendor/ vendor/ RUN CGO_ENABLED=0 GOOS=linux GOARCH=amd64 go build -a -o manager github.com/platform9/azure-provider/cmd/manager # Copy the controller-manager into a thin image -FROM ubuntu:latest +FROM alpine:3.8 WORKDIR /root/ COPY --from=builder /go/src/github.com/platform9/azure-provider/manager . COPY --from=builder /go/src/github.com/platform9/azure-provider/pkg/cloud/azure/services/resourcemanagement/template/deployment-template.json .