diff --git a/infrastructure/images/azure-devops-agent/Dockerfile b/infrastructure/images/azure-devops-agent/Dockerfile index f2b76da6a..3e318c64d 100644 --- a/infrastructure/images/azure-devops-agent/Dockerfile +++ b/infrastructure/images/azure-devops-agent/Dockerfile @@ -1,4 +1,4 @@ -FROM ubuntu:24.04@sha256:c4a8d5503dfb2a3eb8ab5f807da5bc69a85730fb49b5cfca2330194ebcc41c7b +FROM ubuntu:26.04@sha256:f3d28607ddd78734bb7f71f117f3c6706c666b8b76cbff7c9ff6e5718d46ff64 RUN DEBIAN_FRONTEND=noninteractive apt-get update && \ DEBIAN_FRONTEND=noninteractive apt-get upgrade -y && \ DEBIAN_FRONTEND=noninteractive apt-get install -y -qq --no-install-recommends \