Skip to content

Commit d59eb9c

Browse files
Update ubuntu Docker tag to v26
1 parent 36f89ec commit d59eb9c

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

testing/docker/docker-compose.test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ services:
124124

125125
# Test runner that runs all tests in parallel
126126
test-all:
127-
image: ubuntu:24.04
127+
image: ubuntu:26.04
128128
depends_on:
129129
- ubuntu-apt-test
130130
- rockylinux-yum-test

testing/docker/ubuntu.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Ubuntu test container for go-syspkg
2-
FROM ubuntu:24.04
2+
FROM ubuntu:26.04
33

44
# Avoid interactive prompts
55
ENV DEBIAN_FRONTEND=noninteractive

0 commit comments

Comments
 (0)