diff options
| author | jfriedli | 2022-01-24 20:26:13 +0000 |
|---|---|---|
| committer | jfriedli | 2022-01-24 20:26:13 +0000 |
| commit | 667197d88b6ca83c471645b4f7d45ea3965ea4c3 (patch) | |
| tree | ee712d5b722471a8f4b4b0e153599ac32e497c0a /Dockerfile.production | |
| parent | 3cfb4fd96071ed0bdda02b4007777ce4940f6179 (diff) | |
RenovateBot: Update node Docker tag to v17
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 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 |
| 2 | FROM node:14-buster AS static_web_assets_build | 2 | FROM node:17-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 \ |
