From 3554681122450d4fbb0cd876710b9adbd07aa366 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 11 Nov 2025 02:06:58 +0000 Subject: [PATCH] Update dependency ubuntu to v24 --- .../azure-devops-agent-docker/Dockerfile | 2 +- .../.github/workflows/main.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Azure-DevOps-Scalable-Agents-ContainerApps-KEDA/azure-devops-agent-docker/Dockerfile b/Azure-DevOps-Scalable-Agents-ContainerApps-KEDA/azure-devops-agent-docker/Dockerfile index 49e596d..1bba6a7 100644 --- a/Azure-DevOps-Scalable-Agents-ContainerApps-KEDA/azure-devops-agent-docker/Dockerfile +++ b/Azure-DevOps-Scalable-Agents-ContainerApps-KEDA/azure-devops-agent-docker/Dockerfile @@ -1,4 +1,4 @@ -FROM ubuntu:22.04 +FROM ubuntu:24.04 # To make it easier for build and release pipelines to run apt-get, # configure apt to not require confirmation (assume the -y argument by default) diff --git a/azure-keyvault-secrets-githubaction-bash/.github/workflows/main.yaml b/azure-keyvault-secrets-githubaction-bash/.github/workflows/main.yaml index f25e3a3..1b49c3e 100644 --- a/azure-keyvault-secrets-githubaction-bash/.github/workflows/main.yaml +++ b/azure-keyvault-secrets-githubaction-bash/.github/workflows/main.yaml @@ -6,7 +6,7 @@ on: jobs: docker_build_push_acr: name: 'GitHub Action to retreive secrets from Azure Key Vault and deploy example resource groups to Azure' - runs-on: ubuntu-22.04 + runs-on: ubuntu-24.04 environment: production steps: