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: