Skip to content

Commit

Permalink
bump iris version to latest tag
Browse files Browse the repository at this point in the history
Since this image requires a new license periodically. The best option is to generate a release when the license on the previous image expires.
  • Loading branch information
rfns authored Apr 3, 2024
1 parent e823d21 commit f41b214
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f41b214

Please sign in to comment.