summaryrefslogtreecommitdiff
path: root/Dockerfile.production
diff options
context:
space:
mode:
authorjfriedli2022-01-24 20:20:21 +0000
committerjfriedli2022-01-24 20:20:21 +0000
commit9121b57a6b6089c4b394f97603e29f89a2df82c1 (patch)
tree9f9773033bc3caa3ca499a81cd1acc39d5ff6df3 /Dockerfile.production
parent91e593a026d690f482c875a40ded13816b5edcd3 (diff)
RenovateBot: Update node Docker tag to v17
Diffstat (limited to 'Dockerfile.production')
-rw-r--r--Dockerfile.production2
1 files changed, 1 insertions, 1 deletions
diff --git a/Dockerfile.production b/Dockerfile.production
index 0855297..3003497 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:14-buster AS static_web_assets_build 2FROM node:17-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 \