From fa4eb4bb2ed91c60d8ce02852ab34d2dbc1cd8a9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 5 May 2026 22:42:19 +0000 Subject: [PATCH] Bump ubuntu from 24.04 to 26.04 Bumps ubuntu from 24.04 to 26.04. --- updated-dependencies: - dependency-name: ubuntu dependency-version: '26.04' dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index d9bd06d..8c2d095 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM ubuntu:24.04 AS base +FROM ubuntu:26.04 AS base RUN apt-get update \ && apt-get install -y tesseract-ocr unzip php-cli php-imagick php-xml php-mbstring composer