mirror of
https://github.com/kremalicious/umami.git
synced 2024-11-22 09:57:00 +01:00
Updated node version.
This commit is contained in:
parent
eba1b1d874
commit
cfa220c095
@ -1,5 +1,5 @@
|
|||||||
# Build image
|
# Build image
|
||||||
FROM node:12.18-alpine AS build
|
FROM node:12.22-alpine AS build
|
||||||
ARG BASE_PATH
|
ARG BASE_PATH
|
||||||
ARG DATABASE_TYPE
|
ARG DATABASE_TYPE
|
||||||
ENV BASE_PATH=$BASE_PATH
|
ENV BASE_PATH=$BASE_PATH
|
||||||
@ -24,7 +24,7 @@ RUN yarn next telemetry disable
|
|||||||
RUN yarn build
|
RUN yarn build
|
||||||
|
|
||||||
# Production image
|
# Production image
|
||||||
FROM node:12.18-alpine AS production
|
FROM node:12.22-alpine AS production
|
||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
|
|
||||||
# Copy cached dependencies
|
# Copy cached dependencies
|
||||||
|
Loading…
Reference in New Issue
Block a user