Skip to content

Commit

Permalink
Bump ansible/creator-ee in /src/ansible_navigator/data
Browse files Browse the repository at this point in the history
Bumps [ansible/creator-ee](https://github.com/ansible/creator-ee) from v0.22.0 to v24.2.0.
- [Release notes](https://github.com/ansible/creator-ee/releases)
- [Commits](ansible/creator-ee@v0.22.0...v24.2.0)

---
updated-dependencies:
- dependency-name: ansible/creator-ee
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Feb 20, 2024
1 parent 9a8fedc commit 6550c24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ansible_navigator/data/images_dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# This file is structured like a multi stage build

# The names ('as') need to correspond the the ImageEntry enum in utils/package_data.py
FROM ghcr.io/ansible/creator-ee:v0.22.0 as DEFAULT_EE
FROM ghcr.io/ansible/creator-ee:v24.2.0 as DEFAULT_EE

# This is also hard coded in tests/fixtures/integration/execution_environment_image/ansible-navigator_set_ee_image.yml
FROM ghcr.io/ansible/creator-base:latest as SMALL_IMAGE
Expand Down

0 comments on commit 6550c24

Please sign in to comment.