You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@copilot review this PR. Note any packages and what versions they will bump from and to
PR Review
This PR updates a single package in Dockerfile.ci-build-ubuntu:
File
Package
From
To
Dockerfile.ci-build-ubuntu
ubuntu (base image)
22.04 (sha256:962f6ca...)
26.04 (sha256:f3d2860...)
This is a major version bump, jumping directly from Ubuntu 22.04 (Jammy Jellyfish, April 2022 LTS) to Ubuntu 26.04 (April 2026 LTS), skipping Ubuntu 23.04, 23.10, 24.04 LTS, 24.10, 25.04, and 25.10.
⚠️ Concerns
libfuse2 availability: In Ubuntu 22.04 the package was named libfuse2. Starting with Ubuntu 22.04 updates and carried forward, it was renamed to libfuse2t64 (the t64 suffix for 64-bit time_t transition). On Ubuntu 26.04 the old libfuse2 package name may no longer exist, which would cause the apt-get install step to fail. Consider replacing libfuse2 with libfuse2t64 (or dropping it if AppImageTool bundles its own FUSE runtime).
Skipping two LTS releases: Jumping from 22.04 to 26.04 skips Ubuntu 24.04 LTS entirely. A more conservative, incremental upgrade to 24.04 first would reduce risk and make it easier to identify any breaking changes in APT packages, build tooling, or system libraries.
libgtk-3-dev and other GUI libs: These are present in both releases, but minor version bumps may introduce header/ABI differences worth testing in CI.
No other packages or versions are changed by this PR — GO_VERSION (1.25.9) and NODE_VERSION (24.15.0) remain the same.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
dependenciesUpgrade or downgrade of project dependencies.
2 participants
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
22.04→26.04Configuration
📅 Schedule: (UTC)
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.