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: