Update Dockerfiles for ARM to use alpine golang (#6183)

pull/6199/head
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

View File

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

View File

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