There was an error while loading. Please reload this page.
1 parent aed03d7 commit 7fa903aCopy full SHA for 7fa903a
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 \
@@ -47,7 +47,7 @@ CMD [ "while true; do sleep 30; done;" ]
47
48
{% endif %}
49
# The runtime stage copies the built venv into a runtime container
50
-FROM ubuntu:noble AS runtime
+FROM ubuntu:resolute AS runtime
51
52
# Add apt-get system dependecies for runtime here if needed
53
# RUN apt-get update -y && apt-get install -y --no-install-recommends \
0 commit comments