1
0
mirror of https://github.com/amir20/dozzle.git synced 2025-12-21 13:23:07 +01:00

Updates to node 14 and removes arm/v7

This commit is contained in:
Amir Raminfar
2020-06-02 10:31:26 -07:00
parent 5dcbeaad15
commit 8544e497a5
2 changed files with 2 additions and 2 deletions

View File

@@ -1,5 +1,5 @@
# Build assets # 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 RUN apk add --no-cache git openssh python make g++ util-linux

View File

@@ -1,5 +1,5 @@
TAG := $(shell git describe --tags) TAG := $(shell git describe --tags)
PLATFROMS := linux/amd64,linux/arm64,linux/arm/v7 PLATFROMS := linux/amd64,linux/arm64/v8
.PHONY: publish .PHONY: publish
publish: publish: