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

Open
renovate-bot wants to merge 1 commit from renovate/ubuntu-24.x into main
Showing only changes of commit 2d61efa8a4 - Show all commits

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: