Updating versions

This commit is contained in:
Torsten Raudssus 2024-07-28 01:49:25 +02:00
parent 7eed540985
commit a8373ca11a

View file

@ -14,7 +14,7 @@ RUN apt-get update -y && apt-get install -y jq $SRV_APT_GET_INSTALL \
RUN id $SRV_UID || useradd -s /bin/bash -d /app -u $SRV_UID -g $SRV_GID srv
RUN npm install -g ember-cli@5.7.0 @angular/cli@17.3.2 npm@10.4.0
RUN npm install -g ember-cli@5.10.0 @angular/cli@18.1.2 npm@10.8.2
COPY ./docker-entrypoint.sh /docker-entrypoint.sh