Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion testing/docker/docker-compose.test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ services:

# Test runner that runs all tests in parallel
test-all:
image: ubuntu:24.04
image: ubuntu:26.04
depends_on:
- ubuntu-apt-test
- rockylinux-yum-test
Expand Down
2 changes: 1 addition & 1 deletion testing/docker/ubuntu.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Ubuntu test container for go-syspkg
FROM ubuntu:24.04
FROM ubuntu:26.04

# Avoid interactive prompts
ENV DEBIAN_FRONTEND=noninteractive
Expand Down
Loading