Skip to content

Commit 3485eda

Browse files
authored
added IRIS 2020 version
1 parent 70c799f commit 3485eda

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
ARG IMAGE=intersystems/iris:2019.1.0S.111.0
21
ARG IMAGE=store/intersystems/irishealth:2019.3.0.308.0-community
32
ARG IMAGE=store/intersystems/iris-community:2019.3.0.309.0
43
ARG IMAGE=store/intersystems/iris-community:2019.4.0.379.0
4+
ARG IMAGE=store/intersystems/iris-community:2020.1.0.199.0
55
FROM $IMAGE
66

77
USER root
@@ -22,4 +22,4 @@ RUN \
2222

2323
# bringing the standard shell back
2424
SHELL ["/bin/bash", "-c"]
25-
CMD [ "-l", "/usr/irissys/mgr/messages.log" ]
25+
CMD [ "-l", "/usr/irissys/mgr/messages.log" ]

0 commit comments

Comments
 (0)