From e76fdc63784d565823122fa7218b5370f6331a54 Mon Sep 17 00:00:00 2001
From: Dean Kelly <dekelly@redhat.com>
Date: Thu, 15 May 2025 14:04:43 +0000
Subject: [PATCH] Update .gitlab-ci.yml file

---
 .gitlab-ci.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 6203cef..3ff2cf2 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -3,7 +3,7 @@ stages:
 
 deploy:
   stage: deploy
-  image: quay.io/dekelly/codecoapp-acm
+  image: docker:26.1.2
   script:
     - mkdir -p ~/.kube
     - echo "$KUBECONFIG_CONTENT" > ~/.kube/config
-- 
GitLab