Skip to content

Commit 7fa903a

Browse files
authored
chore: Use Ubuntu 26.04 (resolute) for devcontainer (#345)
Also includes additional tools: * gh * glab * just * lazygit * nodejs
1 parent aed03d7 commit 7fa903a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

template/Dockerfile.jinja

Lines changed: 2 additions & 2 deletions
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 \
@@ -47,7 +47,7 @@ CMD [ "while true; do sleep 30; done;" ]
4747

4848
{% endif %}
4949
# The runtime stage copies the built venv into a runtime container
50-
FROM ubuntu:noble AS runtime
50+
FROM ubuntu:resolute AS runtime
5151

5252
# Add apt-get system dependecies for runtime here if needed
5353
# RUN apt-get update -y && apt-get install -y --no-install-recommends \

0 commit comments

Comments
 (0)