diff options
| author | Matweb Bot | 2022-11-11 15:17:28 +0000 |
|---|---|---|
| committer | jfriedli | 2022-11-11 15:17:28 +0000 |
| commit | 9615fd426ce9237798f24b310dba20265cd3f263 (patch) | |
| tree | 2b4f9b45b3b5050731e78d5c58285a30ed325712 /Dockerfile.production | |
| parent | 56b9b208c55f7022b9e58e3d9edc3b3467a3ae41 (diff) | |
RenovateBot: Update dependency @fullhuman/postcss-purgecss to v5
Diffstat (limited to 'Dockerfile.production')
| -rw-r--r-- | Dockerfile.production | 2 |
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 |
| 2 | FROM node:18-buster AS static_web_assets_build | 2 | FROM node:19-buster AS static_web_assets_build |
| 3 | WORKDIR /var/www/mat2-web | 3 | WORKDIR /var/www/mat2-web |
| 4 | COPY . /var/www/mat2-web | 4 | COPY . /var/www/mat2-web |
| 5 | RUN npm install \ | 5 | RUN npm install \ |
