Dockerfile - fix node version

pull/680/head
Philipp Dormann 2021-05-22 19:37:57 +02:00
parent dfa2779979
commit 295e82342c
1 changed files with 1 additions and 1 deletions

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/