We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d8b97fe commit 5fa9ea6Copy full SHA for 5fa9ea6
2 files changed
testing/docker/docker-compose.test.yml
@@ -132,7 +132,7 @@ services:
132
133
# Test runner that runs all tests in parallel
134
test-all:
135
- image: ubuntu:24.04
+ image: ubuntu:26.04
136
# Long-form depends_on with service_completed_successfully so test-all
137
# waits for the actual tests to complete before running. With short-form,
138
# test-all's `echo` could finish in milliseconds and abort the compose
testing/docker/ubuntu.Dockerfile
@@ -1,5 +1,5 @@
1
# Ubuntu test container for go-syspkg
2
-FROM ubuntu:24.04
+FROM ubuntu:26.04
3
4
# Avoid interactive prompts
5
ENV DEBIAN_FRONTEND=noninteractive
0 commit comments