Skip to content

Commit b99c797

Browse files
authored
Merge pull request #42 from qgis/update/bump-ubuntu-base-image-to-2604
build(docker): update Ubuntu to 26.04
2 parents 57d8f80 + 7722afc commit b99c797

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build_package_release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ on:
3737
distro_version:
3838
description: "Version of the Linux Distro (e.g., 24.04)"
3939
required: true
40-
default: "25.10"
40+
default: "26.04"
4141

4242
# Allow one concurrent deployment
4343
concurrency:

pyqgis4-checker-ubuntu.dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
# Arguments to customize build
44
ARG LINUX_DISTRO_NAME=ubuntu
5-
ARG LINUX_DISTRO_VERSION=25.10
5+
ARG LINUX_DISTRO_VERSION=26.04
66

77
FROM ${LINUX_DISTRO_NAME}:${LINUX_DISTRO_VERSION}
88

0 commit comments

Comments
 (0)