From 12bd9598a64dfcd848a60ac69f24d75dbed0cd7b Mon Sep 17 00:00:00 2001 From: Stephen Shim Date: Tue, 7 May 2024 15:36:44 +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"]