Skip to content

Commit 5fa9ea6

Browse files
Update ubuntu Docker tag to v26
1 parent d8b97fe commit 5fa9ea6

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
@@ -132,7 +132,7 @@ services:
132132

133133
# Test runner that runs all tests in parallel
134134
test-all:
135-
image: ubuntu:24.04
135+
image: ubuntu:26.04
136136
# Long-form depends_on with service_completed_successfully so test-all
137137
# waits for the actual tests to complete before running. With short-form,
138138
# test-all's `echo` could finish in milliseconds and abort the compose

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)