Skip to content

Commit

Permalink
Merge pull request #69 from moul/renovate/docker-all
Browse files Browse the repository at this point in the history
chore(deps): update all docker tags
  • Loading branch information
moul committed Mar 1, 2020
2 parents d02f90f + bc3d525 commit d14252e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
# build
FROM golang:1.13-alpine as builder
FROM golang:1.14-alpine as builder
RUN apk add --no-cache git gcc musl-dev make
ENV GO111MODULE=on
WORKDIR /go/src/moul.io/graphman
COPY . ./
RUN make install

# minimalist runtime
FROM alpine:3.10
FROM alpine:3.11
COPY --from=builder /go/bin/pertify /bin/

0 comments on commit d14252e

Please sign in to comment.