From f41b2143874ad0d5cd57975e063d4036f758481a Mon Sep 17 00:00:00 2001 From: "Rubens F. N. da Silva" Date: Wed, 3 Apr 2024 11:50:37 -0300 Subject: [PATCH] bump iris version to latest tag Since this image requires a new license periodically. The best option is to generate a release when the license on the previous image expires. --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 3a844ce..39dd230 100644 --- a/Dockerfile +++ b/Dockerfile @@ -11,7 +11,7 @@ RUN \ COPY scripts/setup-iris.sh scripts/entrypoint.sh /opt/stage/scripts/ COPY ci ./ -FROM containers.intersystems.com/intersystems/iris-community:2022.1.0.209.0 +FROM docker.io/intersystemsdc/iris-community:latest WORKDIR /opt/ci COPY --from=stage /opt/stage /opt/ci