1
0
mirror of https://github.com/gogs/gogs.git synced 2025-05-31 11:42:13 +00:00

Update Dockerfiles for ARM to use alpine golang ()

This commit is contained in:
Baptiste Covolato 2020-06-11 08:10:10 -07:00 committed by GitHub
parent 79d8aa0cb8
commit 8366bd1cbe
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

@ -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 \