From ea82d1471715c882de4e7754c580465930735ad0 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 16 May 2024 14:34:13 +0800 Subject: [PATCH] chore(deps): update ubuntu docker tag to v24 (#820) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- jammy-armv7.Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jammy-armv7.Dockerfile b/jammy-armv7.Dockerfile index cf643cb5..7682430b 100644 --- a/jammy-armv7.Dockerfile +++ b/jammy-armv7.Dockerfile @@ -1,4 +1,4 @@ -FROM ubuntu:22.04 +FROM ubuntu:24.04 RUN apt-get update && apt-get install -y \ libc++-14-dev \