From 246bc0bf315f555f9900bd6b378fc890c0e0c943 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 2 Aug 2024 18:44:02 +0000 Subject: [PATCH] Bump ubuntu from 16.04 to 24.04 in /ci Bumps ubuntu from 16.04 to 24.04. --- updated-dependencies: - dependency-name: ubuntu dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- ci/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/Dockerfile b/ci/Dockerfile index ad9568e6..f3819926 100644 --- a/ci/Dockerfile +++ b/ci/Dockerfile @@ -1,4 +1,4 @@ -FROM ubuntu:16.04 +FROM ubuntu:24.04 RUN apt-get update && apt-get install -y --no-install-recommends \ apt-transport-https \