From 8544e497a5e849e1c4b0e429655e0671b93bd381 Mon Sep 17 00:00:00 2001 From: Amir Raminfar Date: Tue, 2 Jun 2020 10:31:26 -0700 Subject: [PATCH] Updates to node 14 and removes arm/v7 --- Dockerfile | 2 +- Makefile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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: