diff --git a/Dockerfile b/Dockerfile index ff75b1b..83f7c79 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM node:18-bullseye +FROM node:21-bookworm ARG SRV_UID="1000" ARG SRV_GID="100" @@ -16,7 +16,7 @@ RUN id $SRV_UID || useradd -s /bin/bash -d /app -u $SRV_UID -g $SRV_GID srv COPY ./docker-entrypoint.sh /docker-entrypoint.sh -RUN npm install -g @angular/cli@16.1.4 npm@9.8.0 +RUN npm install -g ember-cli@5.6.0 npm@10.4.0 USER $SRV_UID:$SRV_GID