Родитель
da20f21621
Коммит
7f02649ff8
|
@ -14,13 +14,13 @@ 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.19
|
- image: cimg/node:18.20
|
||||||
|
|
||||||
defaults-next: &defaults-next
|
defaults-next: &defaults-next
|
||||||
working_directory: ~/addons-frontend
|
working_directory: ~/addons-frontend
|
||||||
docker:
|
docker:
|
||||||
# This is the next NodeJS version we will support.
|
# This is the next NodeJS version we will support.
|
||||||
- image: cimg/node:20.9
|
- image: cimg/node:20.12
|
||||||
|
|
||||||
defaults-release: &defaults-release
|
defaults-release: &defaults-release
|
||||||
machine:
|
machine:
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
#
|
#
|
||||||
# Build
|
# Build
|
||||||
#
|
#
|
||||||
FROM node:18.19-slim AS builder
|
FROM node:18.20-slim AS builder
|
||||||
|
|
||||||
WORKDIR /srv/node
|
WORKDIR /srv/node
|
||||||
COPY package.json yarn.lock /srv/node/
|
COPY package.json yarn.lock /srv/node/
|
||||||
|
@ -12,7 +12,7 @@ RUN yarn install --pure-lockfile
|
||||||
#
|
#
|
||||||
# Install
|
# Install
|
||||||
#
|
#
|
||||||
FROM node:18.19-slim
|
FROM node:18.20-slim
|
||||||
|
|
||||||
ARG app_uid=9500
|
ARG app_uid=9500
|
||||||
ARG app_dir=/app
|
ARG app_dir=/app
|
||||||
|
|
Загрузка…
Ссылка в новой задаче