Skip to content

Commit 872d65b

Browse files
author
rcemper
authored
fix expired IRIS license
1 parent 4d3eada commit 872d65b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Dockerfile-zpm

+2-1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ ARG IMAGE=store/intersystems/iris:2019.1.0.511.0-community
33
ARG IMAGE=store/intersystems/iris:2019.2.0.107.0-community
44
#ARG IMAGE=intersystems/iris:2019.3.0.302.0
55
ARG IMAGE=store/intersystems/iris-community:2019.3.0.302.0
6+
ARG IMAGE=store/intersystems/iris-community:latest
67
FROM $IMAGE
78

89
USER root
@@ -38,4 +39,4 @@ RUN iris start $ISC_PACKAGE_INSTANCENAME quietly && \
3839

3940
USER ${ISC_PACKAGE_MGRUSER}
4041

41-
CMD [ "-l", "/usr/irissys/mgr/messages.log" ]
42+
CMD [ "-l", "/usr/irissys/mgr/messages.log" ]

0 commit comments

Comments
 (0)