Skip to content

Commit 6839074

Browse files
committed
chore: Use Ubuntu 26.04 (resolute) for devcontainer
1 parent aed03d7 commit 6839074

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

template/Dockerfile.jinja

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# The devcontainer should use the developer target and run as root with podman
22
# or docker with user namespaces.
3-
FROM ghcr.io/diamondlightsource/ubuntu-devcontainer:noble AS developer
3+
FROM ghcr.io/diamondlightsource/ubuntu-devcontainer:resolute AS developer
44

55
# Add any system dependencies for the developer/build environment here
66
RUN apt-get update -y && apt-get install -y --no-install-recommends \

0 commit comments

Comments
 (0)