mirror of
https://0xacab.org/jvoisin/mat2-web.git
synced 2025-05-10 10:15:10 -04:00
RenovateBot: Update node Docker tag to v20
This commit is contained in:
parent
5e3ca560ff
commit
c957267382
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
||||||
# Build the needed css files in an intermediate container
|
# Build the needed css files in an intermediate container
|
||||||
FROM node:19-buster AS static_web_assets_build
|
FROM node:20-buster AS static_web_assets_build
|
||||||
WORKDIR /var/www/mat2-web
|
WORKDIR /var/www/mat2-web
|
||||||
COPY . /var/www/mat2-web
|
COPY . /var/www/mat2-web
|
||||||
RUN npm install \
|
RUN npm install \
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue