diff --git a/Dockerfile b/Dockerfile index 75235681..a9dba285 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # Build assets -FROM node:13-alpine as node +FROM node:14-alpine as node RUN apk add --no-cache git openssh python make g++ util-linux diff --git a/Makefile b/Makefile index e5dd0eb9..dbbb4854 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ TAG := $(shell git describe --tags) -PLATFROMS := linux/amd64,linux/arm64,linux/arm/v7 +PLATFROMS := linux/amd64,linux/arm64/v8 .PHONY: publish publish: