diff --git a/Dockerfile b/Dockerfile index 724e14a..c6ca3c0 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ # The devcontainer should use the developer target and run as root with podman # or docker with user namespaces. -FROM ubuntu:noble-20251001 +FROM ubuntu:noble-20251013 # Add any system dependencies for the developer/build environment here RUN apt-get update && \