mirror of
https://github.com/gogs/gogs.git
synced 2025-05-24 16:30:51 +00:00
Update Dockerfiles for ARM to use alpine golang (#6183)
This commit is contained in:
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…
x
Reference in New Issue
Block a user