From 17d2fa2ec0a1485263f3b1284be0de41979b13e1 Mon Sep 17 00:00:00 2001 From: Stephen Shim Date: Tue, 7 May 2024 16:25:56 +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 f80dc84..f42673c 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"]