Skip to content

Commit ce19124

Browse files
unknwonmpsonntag
authored andcommitted
docker: bump to Go 1.14 (#6077)
1 parent 0664e4c commit ce19124

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Dockerfile

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM golang:alpine3.10 AS binarybuilder
1+
FROM golang:alpine3.11 AS binarybuilder
22
RUN apk --no-cache --no-progress add --virtual \
33
build-deps \
44
build-base \
@@ -7,10 +7,10 @@ RUN apk --no-cache --no-progress add --virtual \
77

88
WORKDIR /go/src/github.com/G-Node/gogs
99
COPY . .
10-
RUN make build-no-gen TAGS="sqlite cert pam"
10+
RUN make build-no-gen TAGS="cert pam"
1111

12-
FROM alpine:3.10
13-
ADD https://github.com/tianon/gosu/releases/download/1.10/gosu-amd64 /usr/sbin/gosu
12+
FROM alpine:3.11
13+
ADD https://github.com/tianon/gosu/releases/download/1.11/gosu-amd64 /usr/sbin/gosu
1414
RUN chmod +x /usr/sbin/gosu \
1515
&& echo http://dl-2.alpinelinux.org/alpine/edge/community/ >> /etc/apk/repositories \
1616
&& apk --no-cache --no-progress add \

0 commit comments

Comments
 (0)