diff --git a/.github/actions/ci-action/Dockerfile b/.github/actions/ci-action/Dockerfile index 7f6be3f..90585c1 100644 --- a/.github/actions/ci-action/Dockerfile +++ b/.github/actions/ci-action/Dockerfile @@ -1,3 +1,3 @@ -FROM shinesolutions/aem-platform-buildenv:3.1.0 +FROM shinesolutions/aem-platform-buildenv:4.0.1 COPY entrypoint.sh /entrypoint.sh ENTRYPOINT ["/entrypoint.sh"] diff --git a/.github/actions/publish-action/Dockerfile b/.github/actions/publish-action/Dockerfile index 5f09f90..0e40d02 100644 --- a/.github/actions/publish-action/Dockerfile +++ b/.github/actions/publish-action/Dockerfile @@ -1,3 +1,3 @@ -FROM shinesolutions/aem-platform-buildenv:3.1.0 +FROM shinesolutions/aem-platform-buildenv:4.0.1 COPY entrypoint.sh /entrypoint.sh ENTRYPOINT ["/entrypoint.sh", "$PUPPETFORGE_TOKEN"] diff --git a/CHANGELOG.md b/CHANGELOG.md index 1b20c36..3198535 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Changed - Upgrade ruby_aem to 3.17.0 +- Update Github Action workflows to `shinesolutions/aem-platform-buildenv:4.0.1` ## [7.10.2] - 2023-08-16 ### Fixed