From fb7b9172b66e3c30536ab9c43cceb87d068c5738 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Dec 2023 14:55:23 +0000 Subject: [PATCH] Bump ubuntu from 23.10 to 24.04 in /.ci/release-ci/ubuntu Bumps ubuntu from 23.10 to 24.04. --- updated-dependencies: - dependency-name: ubuntu dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .ci/release-ci/ubuntu/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.ci/release-ci/ubuntu/Dockerfile b/.ci/release-ci/ubuntu/Dockerfile index 041b27e2..5f1f99b0 100644 --- a/.ci/release-ci/ubuntu/Dockerfile +++ b/.ci/release-ci/ubuntu/Dockerfile @@ -1,4 +1,4 @@ -FROM ubuntu:23.10 +FROM ubuntu:24.04 LABEL maintainer="mail@sobolevn.me" LABEL vendor="git-secret team"