From 6550c24e84035c55d222b1f0854ce5020e58c5a5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 20 Feb 2024 20:58:52 +0000 Subject: [PATCH] Bump ansible/creator-ee in /src/ansible_navigator/data 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](https://github.com/ansible/creator-ee/compare/v0.22.0...v24.2.0) --- updated-dependencies: - dependency-name: ansible/creator-ee dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- src/ansible_navigator/data/images_dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ansible_navigator/data/images_dockerfile b/src/ansible_navigator/data/images_dockerfile index b997e4bb2..b725f8301 100644 --- a/src/ansible_navigator/data/images_dockerfile +++ b/src/ansible_navigator/data/images_dockerfile @@ -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