From c285b863177214d8c0af21e343b5923f617d7467 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 20 Feb 2025 11:01:41 +0000 Subject: [PATCH] Bump ubuntu from 17.04 to 24.04 in /multiple Bumps ubuntu from 17.04 to 24.04. --- updated-dependencies: - dependency-name: ubuntu dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- multiple/compose.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/multiple/compose.yaml b/multiple/compose.yaml index fb7e797..84b038f 100644 --- a/multiple/compose.yaml +++ b/multiple/compose.yaml @@ -1,6 +1,6 @@ version: '2' services: os: - image: ubuntu:17.04 + image: ubuntu:24.04 interpreter: image: python:3.6.3