From 6c0d361b53fe66bb2e1438f00cbe53074051ea12 Mon Sep 17 00:00:00 2001
From: Jan Grewe <jan@faked.org>
Date: Thu, 8 May 2025 15:23:25 +0200
Subject: [PATCH] update CI image

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 78333fd..6485d53 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -4,7 +4,7 @@ stages:
   - deploy
 
 image:
-  name: esphome/esphome:2024.6.0
+  name: ghcr.io/esphome/esphome:latest
   entrypoint: [""]
 
 validate_configs:
-- 
GitLab