diff options
| author | Matweb Bot | 2023-04-21 04:08:12 +0000 |
|---|---|---|
| committer | Matweb Bot | 2023-04-21 04:08:12 +0000 |
| commit | c95726738228149a2f9d4e66357e6599f7c9c88a (patch) | |
| tree | 61ac2d1645f637d0899e85e6ca23482245915523 /Dockerfile.production | |
| parent | 5e3ca560fff21a4249e8c3a557b15002d3ef948e (diff) | |
RenovateBot: Update node Docker tag to v20
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 f2b6457..6ece810 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:19-buster AS static_web_assets_build | 2 | FROM node:20-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 \ |
