summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjfriedli2022-01-24 20:26:13 +0000
committerjfriedli2022-01-24 20:26:13 +0000
commit667197d88b6ca83c471645b4f7d45ea3965ea4c3 (patch)
treeee712d5b722471a8f4b4b0e153599ac32e497c0a
parent3cfb4fd96071ed0bdda02b4007777ce4940f6179 (diff)
RenovateBot: Update node Docker tag to v17
-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 \