summaryrefslogtreecommitdiff
path: root/Dockerfile.production
diff options
context:
space:
mode:
authorMatweb Bot2023-04-21 04:08:12 +0000
committerMatweb Bot2023-04-21 04:08:12 +0000
commitc95726738228149a2f9d4e66357e6599f7c9c88a (patch)
tree61ac2d1645f637d0899e85e6ca23482245915523 /Dockerfile.production
parent5e3ca560fff21a4249e8c3a557b15002d3ef948e (diff)
RenovateBot: Update node Docker tag to v20
Diffstat (limited to '')
-rw-r--r--Dockerfile.production2
1 files changed, 1 insertions, 1 deletions
diff --git a/Dockerfile.production b/Dockerfile.production
index f2b6457..6ece810 100644
--- a/Dockerfile.production
+++ b/Dockerfile.production
@@ -1,5 +1,5 @@
1# Build the needed css files in an intermediate container 1# Build the needed css files in an intermediate container
2FROM node:19-buster AS static_web_assets_build 2FROM node:20-buster AS static_web_assets_build
3WORKDIR /var/www/mat2-web 3WORKDIR /var/www/mat2-web
4COPY . /var/www/mat2-web 4COPY . /var/www/mat2-web
5RUN npm install \ 5RUN npm install \