Skip to content

Commit 8dca7d7

Browse files
committed
Update patch comment
1 parent 55fafc6 commit 8dca7d7

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

1.10/alpine3.7/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ RUN apk add --no-cache ca-certificates
44

55
ENV GOLANG_VERSION 1.10.1
66

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)
88
#COPY *.patch /go-alpine-patches/
99

1010
RUN set -eux; \

1.9/alpine3.6/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ RUN apk add --no-cache ca-certificates
44

55
ENV GOLANG_VERSION 1.9.5
66

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)
88
COPY *.patch /go-alpine-patches/
99

1010
RUN set -eux; \

1.9/alpine3.7/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ RUN apk add --no-cache ca-certificates
44

55
ENV GOLANG_VERSION 1.9.5
66

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)
88
COPY *.patch /go-alpine-patches/
99

1010
RUN set -eux; \

Dockerfile-alpine.template

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ RUN apk add --no-cache ca-certificates
44

55
ENV GOLANG_VERSION %%VERSION%%
66

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)
88
COPY *.patch /go-alpine-patches/
99

1010
RUN set -eux; \

0 commit comments

Comments
 (0)