From 342a2bb5d228bce21bcc3d2af897c71cb6cde259 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Dec 2023 14:53:44 +0000 Subject: [PATCH] Bump ubuntu from 23.10 to 24.04 in /.ci/docker-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/docker-ci/ubuntu/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.ci/docker-ci/ubuntu/Dockerfile b/.ci/docker-ci/ubuntu/Dockerfile index 1b98e5ca..b9215c48 100644 --- a/.ci/docker-ci/ubuntu/Dockerfile +++ b/.ci/docker-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"