Updating versions
This commit is contained in:
parent
7eed540985
commit
a8373ca11a
1 changed files with 1 additions and 1 deletions
|
@ -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 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
|
COPY ./docker-entrypoint.sh /docker-entrypoint.sh
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue