Merge pull request #93 from moul/renovate/docker-all
chore(deps): update all docker tags
This commit is contained in:
commit
d786e7669f
|
@ -1,5 +1,5 @@
|
||||||
# build
|
# build
|
||||||
FROM golang:1.14-alpine as builder
|
FROM golang:1.15-alpine as builder
|
||||||
RUN apk add --no-cache git gcc musl-dev make
|
RUN apk add --no-cache git gcc musl-dev make
|
||||||
WORKDIR /go/src/github.com/moul/gotty-client
|
WORKDIR /go/src/github.com/moul/gotty-client
|
||||||
COPY go.* ./
|
COPY go.* ./
|
||||||
|
@ -8,6 +8,6 @@ COPY . ./
|
||||||
RUN make install
|
RUN make install
|
||||||
|
|
||||||
# minimal runtime
|
# minimal runtime
|
||||||
FROM alpine:3.11
|
FROM alpine:3.12
|
||||||
COPY --from=builder /go/bin/gotty-client /bin/
|
COPY --from=builder /go/bin/gotty-client /bin/
|
||||||
ENTRYPOINT ["/bin/gotty-client"]
|
ENTRYPOINT ["/bin/gotty-client"]
|
||||||
|
|
Loading…
Reference in New Issue