Skip to content

Commit

Permalink
switch to alpine 3.8
Browse files Browse the repository at this point in the history
  • Loading branch information
marwanad committed Dec 5, 2018
1 parent e11fd4d commit 2dd6a73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 .
Expand Down

0 comments on commit 2dd6a73

Please sign in to comment.