Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/actions/ci-action/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
FROM shinesolutions/aem-platform-buildenv:4.0.1
FROM shinesolutions/aem-platform-buildenv:4.0.2
COPY entrypoint.sh /entrypoint.sh
ENTRYPOINT ["/entrypoint.sh"]
2 changes: 1 addition & 1 deletion .github/actions/publish-action/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
FROM shinesolutions/aem-platform-buildenv:4.0.1
FROM shinesolutions/aem-platform-buildenv:4.0.2
COPY entrypoint.sh /entrypoint.sh
ENTRYPOINT ["/entrypoint.sh", "$PUPPETFORGE_TOKEN"]
2 changes: 1 addition & 1 deletion .github/actions/release-major-action/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
FROM shinesolutions/aem-platform-buildenv:4.0.1
FROM shinesolutions/aem-platform-buildenv:4.0.2
COPY entrypoint.sh /entrypoint.sh
ENTRYPOINT ["/entrypoint.sh"]
2 changes: 1 addition & 1 deletion .github/actions/release-minor-action/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
FROM shinesolutions/aem-platform-buildenv:4.0.1
FROM shinesolutions/aem-platform-buildenv:4.0.2
COPY entrypoint.sh /entrypoint.sh
ENTRYPOINT ["/entrypoint.sh"]
2 changes: 1 addition & 1 deletion .github/actions/release-patch-action/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
FROM shinesolutions/aem-platform-buildenv:4.0.1
FROM shinesolutions/aem-platform-buildenv:4.0.2
COPY entrypoint.sh /entrypoint.sh
ENTRYPOINT ["/entrypoint.sh"]
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Fixed
- Fixed incorrect syntax in RTK config file

### Changed
- Update Github Action Publish Docker image to `shinesolutions/aem-platform-buildenv:4.0.2`

## [4.1.7] - 2024-09-11
### Added
- Added new AEM profile: aem65_sp17
Expand Down