From 2d61efa8a4672ec81a859d10db03f2e2a9714a0b Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Wed, 27 Aug 2025 09:30:22 +0000 Subject: [PATCH] feat(docker-image)!: Update ubuntu Docker tag to v24 --- deployment/ubuntu-deployment/pod.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deployment/ubuntu-deployment/pod.yaml b/deployment/ubuntu-deployment/pod.yaml index 96fb845..dad687f 100644 --- a/deployment/ubuntu-deployment/pod.yaml +++ b/deployment/ubuntu-deployment/pod.yaml @@ -25,7 +25,7 @@ spec: type: RuntimeDefault containers: - name: ubuntu-deployment-pod - image: ubuntu:22.04 + image: ubuntu:24.04 imagePullPolicy: IfNotPresent command: ["bash","-lc","sleep infinity"] securityContext: