Dockerfile - fix node version

This commit is contained in:
Philipp Dormann 2021-05-22 19:37:57 +02:00
parent dfa2779979
commit 295e82342c

View file

@ -1,4 +1,4 @@
FROM node:16.2.0-alpine3.13 AS build
FROM node:14.17.0-alpine3.13 AS build
WORKDIR /build
RUN yarn config set --home enableTelemetry 0
COPY package.json /build/