Skip to content
This repository has been archived by the owner on Feb 13, 2021. It is now read-only.

Commit

Permalink
use git version compatible with alpine3.8 (#28)
Browse files Browse the repository at this point in the history
  • Loading branch information
tariq1890 authored and ian-fox committed Dec 1, 2018
1 parent acb0858 commit d7d1bce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion services/yfuzz-server/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
FROM golang:alpine as builder
RUN apk --no-cache add git=2.18.0-r0 glide=0.13.1-r0 make=4.2.1-r2
RUN apk --no-cache add git=2.18.1-r0 glide=0.13.1-r0 make=4.2.1-r2 musl-dev=1.1.19-r10
COPY services /go/src/github.com/yahoo/yfuzz/services
COPY pkg /go/src/github.com/yahoo/yfuzz/pkg
COPY scripts /go/src/github.com/yahoo/yfuzz/scripts
Expand Down

0 comments on commit d7d1bce

Please sign in to comment.