Open Hades32 opened 3 years ago
E.g.
FROM alpine:3.13 as base RUN apk add --no-cache nodejs~=14 npm~=14 FROM base as builder COPY package.json package-lock.json ./ # ...
Complains about base not having a label
base
E.g.
Complains about
base
not having a label