Skip to content
This repository has been archived by the owner on Mar 8, 2020. It is now read-only.

Commit

Permalink
Merge pull request #247 from juanjux/fix/pic_patch
Browse files Browse the repository at this point in the history
Update no-pic-patch to the required one for Alpine 3.7 and Go 1.9
  • Loading branch information
juanjux authored Mar 15, 2018
2 parents 4e358fb + 4fd6f46 commit 1e88955
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion assets/build/bindata.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion etc/build/etc/build/Dockerfile.build.alpine.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ ENV GOLANG_SRC_URL https://golang.org/dl/go${RUNTIME_GO_VERSION}.src.tar.gz
# from https://github.com/docker-library/golang/blob/master/1.9/alpine3.7/Dockerfile

RUN apk add --update --no-cache ca-certificates openssl && update-ca-certificates
RUN wget https://raw.githubusercontent.com/docker-library/golang/e63ba9c5efb040b35b71e16722b71b2931f29eb8/${RUNTIME_GO_VERSION}/alpine3.6/no-pic.patch -O /no-pic.patch -O /no-pic.patch
RUN wget https://raw.githubusercontent.com/docker-library/golang/e63ba9c5efb040b35b71e16722b71b2931f29eb8/${RUNTIME_GO_VERSION}/alpine3.7/no-pic.patch -O /no-pic.patch -O /no-pic.patch

RUN set -ex \
&& apk add --no-cache --virtual .build-deps \
Expand Down

0 comments on commit 1e88955

Please sign in to comment.