mirror of https://github.com/gogs/gogs.git
Update Dockerfiles for ARM to use alpine golang (#6183)
parent
79d8aa0cb8
commit
8366bd1cbe
|
@ -1,4 +1,4 @@
|
|||
FROM arm64v8/golang:1.14 AS binarybuilder
|
||||
FROM arm64v8/golang:1.14-alpine3.11 AS binarybuilder
|
||||
RUN apk --no-cache --no-progress add --virtual \
|
||||
build-deps \
|
||||
build-base \
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
FROM arm32v7/golang:1.14 AS binarybuilder
|
||||
FROM arm32v7/golang:1.14-alpine3.11 AS binarybuilder
|
||||
RUN apk --no-cache --no-progress add --virtual \
|
||||
build-deps \
|
||||
build-base \
|
||||
|
|
Loading…
Reference in New Issue