There was an error while loading. Please reload this page.
1 parent aed03d7 commit 6839074Copy full SHA for 6839074
1 file changed
template/Dockerfile.jinja
@@ -1,6 +1,6 @@
1
# The devcontainer should use the developer target and run as root with podman
2
# or docker with user namespaces.
3
-FROM ghcr.io/diamondlightsource/ubuntu-devcontainer:noble AS developer
+FROM ghcr.io/diamondlightsource/ubuntu-devcontainer:resolute AS developer
4
5
# Add any system dependencies for the developer/build environment here
6
RUN apt-get update -y && apt-get install -y --no-install-recommends \
0 commit comments