From 6d2f2288ba0f6427fd3c1c7ed36a6aa3e21a7e41 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 8 Aug 2024 16:26:51 +0000 Subject: [PATCH] chore(deps): Update ubuntu Docker tag to v24 --- examples/gh-runner-mig-container-vm-dind/Dockerfile | 2 +- examples/gh-runner-mig-container-vm-simple/Dockerfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/gh-runner-mig-container-vm-dind/Dockerfile b/examples/gh-runner-mig-container-vm-dind/Dockerfile index 57886f1..2e4ac02 100644 --- a/examples/gh-runner-mig-container-vm-dind/Dockerfile +++ b/examples/gh-runner-mig-container-vm-dind/Dockerfile @@ -13,7 +13,7 @@ # limitations under the License. # Download and verify the integrity of the download first -FROM ubuntu:22.04 +FROM ubuntu:24.04 RUN apt-get update && \ apt-get -y install apt-transport-https \ ca-certificates \ diff --git a/examples/gh-runner-mig-container-vm-simple/Dockerfile b/examples/gh-runner-mig-container-vm-simple/Dockerfile index 3c450dc..b7c44a0 100644 --- a/examples/gh-runner-mig-container-vm-simple/Dockerfile +++ b/examples/gh-runner-mig-container-vm-simple/Dockerfile @@ -13,7 +13,7 @@ # limitations under the License. # Download and verify the integrity of the download first -FROM ubuntu:22.04 +FROM ubuntu:24.04 RUN apt-get update && \ apt-get -y install curl \