mirror of
https://github.com/umami-software/umami.git
synced 2026-02-17 19:15: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
|
||||
RUN yarn config set --home enableTelemetry 0
|
||||
COPY package.json /build/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue