Skip to content
Open
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 docker/Dockerfile.test-env
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ ARG OPENMPI_PATCH=10

########################################

FROM ubuntu:24.04 AS dev-env
FROM ubuntu:26.04 AS dev-env
LABEL maintainer="FEniCS Steering Council <fenics-steering-council@googlegroups.com>"
LABEL description="FEniCS testing and development environment with PETSc real, complex, 32-bit and 64-bit modes"

Expand Down
Loading