Skip to content

chore(deps): bump ubuntu from 24.04 to 26.04#338

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/docker/ubuntu-26.04
Open

chore(deps): bump ubuntu from 24.04 to 26.04#338
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/docker/ubuntu-26.04

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github May 11, 2026

Bumps ubuntu from 24.04 to 26.04.

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

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] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file docker Pull requests that update Docker code labels May 11, 2026
@augmentcode
Copy link
Copy Markdown

augmentcode Bot commented May 11, 2026

🤖 Augment PR Summary

Summary: Bumps the Docker base image from Ubuntu 24.04 to 26.04.

Changes: Updates the FROM ubuntu:* lines in Dockerfile and Dockerfile.ubuntu to keep images on the newer Ubuntu release.

🤖 Was this summary useful? React with 👍 or 👎

Copy link
Copy Markdown

@augmentcode augmentcode Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Review completed. 1 suggestion posted.

Fix All in Augment

Comment augment review to trigger a new review at any time.

Comment thread Dockerfile
@@ -1,4 +1,4 @@
FROM ubuntu:24.04
FROM ubuntu:26.04
Copy link
Copy Markdown

@augmentcode augmentcode Bot May 11, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ubuntu:26.04 is a floating tag, so rebuilds can silently change over time; consider pinning to an image digest if you need reproducible builds and tighter supply-chain control.

Other locations where this applies: Dockerfile.ubuntu:1

Severity: low

Other Locations
  • Dockerfile.ubuntu:1

Fix This in Augment

🤖 Was this useful? React with 👍 or 👎, or 🚀 if it prevented an incident/outage.

@teoberi
Copy link
Copy Markdown
Contributor

teoberi commented May 13, 2026

+1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file docker Pull requests that update Docker code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant