File tree 4 files changed +4
-4
lines changed
4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ RUN apk add --no-cache ca-certificates
4
4
5
5
ENV GOLANG_VERSION 1.10.1
6
6
7
- # no-pic .patch: https://golang.org/issue/14851 (Go 1.8 & 1.7 )
7
+ # make-sure-R0-is-zero-before-main-on-ppc64le .patch: https://github.com/golang/go/commit/9aea0e89b6df032c29d0add8d69ba2c95f1106d9 (Go 1.9 )
8
8
# COPY *.patch /go-alpine-patches/
9
9
10
10
RUN set -eux; \
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ RUN apk add --no-cache ca-certificates
4
4
5
5
ENV GOLANG_VERSION 1.9.5
6
6
7
- # no-pic .patch: https://golang.org/issue/14851 (Go 1.8 & 1.7 )
7
+ # make-sure-R0-is-zero-before-main-on-ppc64le .patch: https://github.com/golang/go/commit/9aea0e89b6df032c29d0add8d69ba2c95f1106d9 (Go 1.9 )
8
8
COPY *.patch /go-alpine-patches/
9
9
10
10
RUN set -eux; \
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ RUN apk add --no-cache ca-certificates
4
4
5
5
ENV GOLANG_VERSION 1.9.5
6
6
7
- # no-pic .patch: https://golang.org/issue/14851 (Go 1.8 & 1.7 )
7
+ # make-sure-R0-is-zero-before-main-on-ppc64le .patch: https://github.com/golang/go/commit/9aea0e89b6df032c29d0add8d69ba2c95f1106d9 (Go 1.9 )
8
8
COPY *.patch /go-alpine-patches/
9
9
10
10
RUN set -eux; \
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ RUN apk add --no-cache ca-certificates
4
4
5
5
ENV GOLANG_VERSION %%VERSION%%
6
6
7
- # no-pic .patch: https://golang.org/issue/14851 (Go 1.8 & 1.7 )
7
+ # make-sure-R0-is-zero-before-main-on-ppc64le .patch: https://github.com/golang/go/commit/9aea0e89b6df032c29d0add8d69ba2c95f1106d9 (Go 1.9 )
8
8
COPY *.patch /go-alpine-patches/
9
9
10
10
RUN set -eux; \
You can’t perform that action at this time.
0 commit comments