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