We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 70c799f commit 3485edaCopy full SHA for 3485eda
Dockerfile
@@ -1,7 +1,7 @@
1
-ARG IMAGE=intersystems/iris:2019.1.0S.111.0
2
ARG IMAGE=store/intersystems/irishealth:2019.3.0.308.0-community
3
ARG IMAGE=store/intersystems/iris-community:2019.3.0.309.0
4
ARG IMAGE=store/intersystems/iris-community:2019.4.0.379.0
+ARG IMAGE=store/intersystems/iris-community:2020.1.0.199.0
5
FROM $IMAGE
6
7
USER root
@@ -22,4 +22,4 @@ RUN \
22
23
# bringing the standard shell back
24
SHELL ["/bin/bash", "-c"]
25
-CMD [ "-l", "/usr/irissys/mgr/messages.log" ]
+CMD [ "-l", "/usr/irissys/mgr/messages.log" ]
0 commit comments