From 915e0198e35e29f25f542ac11546dad84556de12 Mon Sep 17 00:00:00 2001 From: Stephen Shim Date: Tue, 7 May 2024 16:22:33 +1000 Subject: [PATCH] Lock shinesolutions/aem-platform-buildenv image to v3.2.0 --- .github/actions/ci-action/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/ci-action/Dockerfile b/.github/actions/ci-action/Dockerfile index f80dc843..f42673c0 100644 --- a/.github/actions/ci-action/Dockerfile +++ b/.github/actions/ci-action/Dockerfile @@ -1,3 +1,3 @@ -FROM shinesolutions/aem-platform-buildenv:latest +FROM shinesolutions/aem-platform-buildenv:3.2.0 COPY entrypoint.sh /entrypoint.sh ENTRYPOINT ["/entrypoint.sh"]