diff options
| author | jfriedli | 2022-01-24 20:20:21 +0000 |
|---|---|---|
| committer | jfriedli | 2022-01-24 20:20:21 +0000 |
| commit | 9121b57a6b6089c4b394f97603e29f89a2df82c1 (patch) | |
| tree | 9f9773033bc3caa3ca499a81cd1acc39d5ff6df3 | |
| parent | 91e593a026d690f482c875a40ded13816b5edcd3 (diff) | |
RenovateBot: Update node Docker tag to v17
| -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 \ |
