summaryrefslogtreecommitdiff
path: root/Dockerfile.production
diff options
context:
space:
mode:
authorMatweb Bot2022-11-11 15:17:28 +0000
committerjfriedli2022-11-11 15:17:28 +0000
commit9615fd426ce9237798f24b310dba20265cd3f263 (patch)
tree2b4f9b45b3b5050731e78d5c58285a30ed325712 /Dockerfile.production
parent56b9b208c55f7022b9e58e3d9edc3b3467a3ae41 (diff)
RenovateBot: Update dependency @fullhuman/postcss-purgecss to v5
Diffstat (limited to '')
-rw-r--r--Dockerfile.production2
1 files changed, 1 insertions, 1 deletions
diff --git a/Dockerfile.production b/Dockerfile.production
index 477e508..b00f57d 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:18-buster AS static_web_assets_build 2FROM node:19-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 \