Skip to content

Commit 02b6be8

Browse files
baluchickentarokkk
authored andcommitted
Update Dockerfile
1 parent bf77cb1 commit 02b6be8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,14 @@ RUN apk add --update --no-cache ca-certificates curl git make
77
RUN go get -u github.com/golang/dep/cmd/dep
88
RUN dep ensure -v -vendor-only
99

10-
RUN go install ./cmd/logging-operator
10+
RUN go install ./cmd/manager
1111

1212

13-
FROM alpine:3.7
13+
FROM alpine:3.8
1414

1515
RUN apk add --no-cache ca-certificates
1616

17-
COPY --from=golang /go/bin/logging-operator /usr/local/bin/logging-operator
17+
COPY --from=golang /go/bin/manager /usr/local/bin/logging-operator
1818

1919
RUN adduser -D logging-operator
2020
USER logging-operator

0 commit comments

Comments
 (0)