mirror of
https://github.com/umami-software/umami.git
synced 2026-02-18 11:35:37 +01:00
Dockerfile - fix node version
This commit is contained in:
parent
dfa2779979
commit
295e82342c
1 changed files with 1 additions and 1 deletions
|
|
@ -1,4 +1,4 @@
|
||||||
FROM node:16.2.0-alpine3.13 AS build
|
FROM node:14.17.0-alpine3.13 AS build
|
||||||
WORKDIR /build
|
WORKDIR /build
|
||||||
RUN yarn config set --home enableTelemetry 0
|
RUN yarn config set --home enableTelemetry 0
|
||||||
COPY package.json /build/
|
COPY package.json /build/
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue