Skip to content

Commit 54c2b6b

Browse files
Clinton WerthClinton Werth
authored andcommitted
6.2.13
1 parent e628192 commit 54c2b6b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ RUN groupadd -r mage \
1414
USER mage
1515
ENV MAGE_HOME=/home/mage/instance
1616
WORKDIR ${MAGE_HOME}
17-
RUN npm install @ngageoint/mage.service@6.2.9
18-
RUN npm install @ngageoint/mage.web-app@6.2.9
17+
RUN npm install @ngageoint/mage.service@6.2.13
18+
RUN npm install @ngageoint/mage.web-app@6.2.13
1919
RUN ln -s ./node_modules/.bin/mage.service
2020

2121
VOLUME /var/lib/mage

0 commit comments

Comments
 (0)