Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
pin alpine version
  • Loading branch information
taraspos committed May 11, 2020
1 parent 43a1162 commit ded8cca
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Dockerfile
@@ -1,12 +1,13 @@
FROM golang:1.13.10-alpine AS builder

RUN apk --no-cache add gcc musl-dev

WORKDIR ${GOPATH}/src/github.com/mcuadros/ofelia
COPY . ${GOPATH}/src/github.com/mcuadros/ofelia

RUN apk --no-cache add gcc musl-dev
RUN go build -o /go/bin/ofelia .

FROM alpine:latest
FROM alpine:3.11

# this label is required to identify container with ofelia running
LABEL ofelia.service=true
Expand Down

0 comments on commit ded8cca

Please sign in to comment.