From d73181fb60d746b0b0675fb43385cb896bde38e2 Mon Sep 17 00:00:00 2001 From: Mend Renovate Date: Fri, 24 Apr 2026 03:02:15 +0000 Subject: [PATCH] chore(deps): update ubuntu docker tag to v26 --- jobs-shell/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jobs-shell/Dockerfile b/jobs-shell/Dockerfile index 2fa85dac..8d79db01 100644 --- a/jobs-shell/Dockerfile +++ b/jobs-shell/Dockerfile @@ -16,7 +16,7 @@ # Use the official Ubuntu image from Docker Hub as # a base image -FROM ubuntu:24.04 +FROM ubuntu:26.04 # Execute next commands in the directory /workspace WORKDIR /workspace