Skip to content

Commit

Permalink
Update Dockerfiles for ARM to use alpine golang (#6183)
Browse files Browse the repository at this point in the history
  • Loading branch information
Nakrez committed Jun 11, 2020
1 parent 79d8aa0 commit 8366bd1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docker/Dockerfile.aarch64
Original file line number Diff line number Diff line change
@@ -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 \
Expand Down
2 changes: 1 addition & 1 deletion docker/Dockerfile.rpi
Original file line number Diff line number Diff line change
@@ -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 \
Expand Down

0 comments on commit 8366bd1

Please sign in to comment.