Updated to Angular 17

This commit is contained in:
Isaac Abadi
2023-12-02 01:30:40 -05:00
parent 69d8751484
commit 517c9e169d
4 changed files with 2459 additions and 2604 deletions

View File

@@ -22,7 +22,7 @@ ENV ALLOW_CONFIG_MUTATIONS=true
ENV npm_config_cache=/app/.npm
# Use NVM to get specific node version
ENV NODE_VERSION=16.14.2
ENV NODE_VERSION=18.19.0
RUN groupadd -g $GID $USER && useradd --system -m -g $USER --uid $UID $USER && \
apt update && \
apt install -y --no-install-recommends curl ca-certificates tzdata libicu70 libatomic1 && \