Update Node.js to v20

This commit is contained in:
renovate[bot] 2024-02-24 16:27:48 +00:00 committed by GitHub
parent db9ebad64b
commit 0fce2a6f4e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
# Step 1: Build Angular in production mode
FROM node:18 AS builder
FROM node:20 AS builder
WORKDIR /app