feat(docker-image)!: Update ubuntu Docker tag to v24

This commit is contained in:
Renovate Bot 2025-08-27 09:30:22 +00:00
parent 401c03d556
commit 2d61efa8a4

View file

@ -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: