From a5b559b60846fa03ac39def4c67adf580fb6c3c9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 6 May 2026 14:35:30 +0000 Subject: [PATCH] Bump ubuntu from 17.04 to 26.04 in /multiple Bumps ubuntu from 17.04 to 26.04. --- updated-dependencies: - dependency-name: ubuntu dependency-version: '26.04' 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..39448f0 100644 --- a/multiple/compose.yaml +++ b/multiple/compose.yaml @@ -1,6 +1,6 @@ version: '2' services: os: - image: ubuntu:17.04 + image: ubuntu:26.04 interpreter: image: python:3.6.3