Use Node 18.19 everywhere (#12686)
This commit is contained in:
Родитель
87a6e1d950
Коммит
edcd023ffd
|
@ -14,7 +14,7 @@ references:
|
||||||
working_directory: ~/addons-frontend
|
working_directory: ~/addons-frontend
|
||||||
docker:
|
docker:
|
||||||
# This is the NodeJS version we run in production.
|
# This is the NodeJS version we run in production.
|
||||||
- image: cimg/node:18.18
|
- image: cimg/node:18.19
|
||||||
|
|
||||||
defaults-next: &defaults-next
|
defaults-next: &defaults-next
|
||||||
working_directory: ~/addons-frontend
|
working_directory: ~/addons-frontend
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
#
|
#
|
||||||
# Build
|
# Build
|
||||||
#
|
#
|
||||||
FROM node:18-slim AS builder
|
FROM node:18.19-slim AS builder
|
||||||
|
|
||||||
WORKDIR /srv/node
|
WORKDIR /srv/node
|
||||||
COPY package.json yarn.lock /srv/node/
|
COPY package.json yarn.lock /srv/node/
|
||||||
|
@ -11,7 +11,7 @@ RUN yarn install --pure-lockfile
|
||||||
#
|
#
|
||||||
# Install
|
# Install
|
||||||
#
|
#
|
||||||
FROM node:18-slim
|
FROM node:18.19-slim
|
||||||
|
|
||||||
ARG app_uid=9500
|
ARG app_uid=9500
|
||||||
ARG app_dir=/app
|
ARG app_dir=/app
|
||||||
|
|
Загрузка…
Ссылка в новой задаче