Skip to content

Commit

Permalink
Update alpine to 3.12
Browse files Browse the repository at this point in the history
Signed-off-by: Waldemar Quevedo <wally@synadia.com>
  • Loading branch information
wallyqs committed Sep 8, 2020
1 parent c29272b commit fb9d2d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/operator/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ COPY . .
RUN apk add --update git
RUN CGO_ENABLED=0 GO111MODULE=on go build -installsuffix cgo -o /nats-streaming-operator ./cmd/nats-streaming-operator/main.go

FROM alpine:3.8
FROM alpine:3.12
COPY --from=builder /nats-streaming-operator /usr/local/bin/nats-streaming-operator
CMD ["nats-streaming-operator"]

0 comments on commit fb9d2d5

Please sign in to comment.