Update to node 18 in prod Dockerfile

This commit is contained in:
Bruno Alla 2023-04-26 08:51:06 +02:00
parent e3506ac333
commit 5eaecdcefc
No known key found for this signature in database

View File

@ -1,5 +1,5 @@
{% if cookiecutter.frontend_pipeline in ['Gulp', 'Webpack'] -%} {% if cookiecutter.frontend_pipeline in ['Gulp', 'Webpack'] -%}
FROM node:16-bullseye-slim as client-builder FROM node:18-bullseye-slim as client-builder
ARG APP_HOME=/app ARG APP_HOME=/app
WORKDIR ${APP_HOME} WORKDIR ${APP_HOME}