Skip to content

Commit 57583fa

Browse files
shahabganji3cp
authored andcommitted
feat(Dockerfile): update aurelia-cli inside docker to support minor versions ^1.2.0
1 parent 462e185 commit 57583fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

skeleton/docker/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ RUN curl --silent --show-error --location --fail --retry 3 --output /tmp/google-
3737

3838
// @endif
3939

40-
RUN npm install -g aurelia-cli@1.2.0
40+
RUN npm install -g aurelia-cli@^1.2.0
4141

4242

4343
WORKDIR /app

0 commit comments

Comments
 (0)