From 1d5c4834b2e856c62d39e60764554c6d9b8103c2 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 10 Aug 2025 15:26:20 +0000 Subject: [PATCH] chore(deps): update dependency ubuntu to v24 --- .github/workflows/_test_build_fake_prerelease.yaml | 2 +- build/Dockerfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/_test_build_fake_prerelease.yaml b/.github/workflows/_test_build_fake_prerelease.yaml index 002b0a3..be6e4b6 100644 --- a/.github/workflows/_test_build_fake_prerelease.yaml +++ b/.github/workflows/_test_build_fake_prerelease.yaml @@ -26,7 +26,7 @@ env: jobs: test-build-nix: name: Test binary compilation for all platforms:arch - runs-on: ubuntu-22.04 + runs-on: ubuntu-24.04 steps: - uses: actions/checkout@v4 - run: | diff --git a/build/Dockerfile b/build/Dockerfile index 6f9e789..edd412d 100644 --- a/build/Dockerfile +++ b/build/Dockerfile @@ -1,4 +1,4 @@ -ARG UBUNTU_VERSION=16.04 +ARG UBUNTU_VERSION=24.04 # Use Ubuntu as the base image FROM ubuntu:${UBUNTU_VERSION}