We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e628192 commit 54c2b6bCopy full SHA for 54c2b6b
1 file changed
Dockerfile
@@ -14,8 +14,8 @@ RUN groupadd -r mage \
14
USER mage
15
ENV MAGE_HOME=/home/mage/instance
16
WORKDIR ${MAGE_HOME}
17
-RUN npm install @ngageoint/mage.service@6.2.9
18
-RUN npm install @ngageoint/mage.web-app@6.2.9
+RUN npm install @ngageoint/mage.service@6.2.13
+RUN npm install @ngageoint/mage.web-app@6.2.13
19
RUN ln -s ./node_modules/.bin/mage.service
20
21
VOLUME /var/lib/mage
0 commit comments