diff --git a/armhf.Dockerfile b/armhf.Dockerfile index 0c9e36a..7f192be 100644 --- a/armhf.Dockerfile +++ b/armhf.Dockerfile @@ -1,4 +1,4 @@ -FROM arm32v7/alpine:3.12 as frontend +FROM alpine:3.12 as frontend RUN apk add --no-cache \ npm \