diff --git a/Dockerfile b/Dockerfile index 9a92d40..0ff4eee 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM ubuntu:24.04@sha256:c4a8d5503dfb2a3eb8ab5f807da5bc69a85730fb49b5cfca2330194ebcc41c7b +FROM ubuntu:26.04@sha256:f3d28607ddd78734bb7f71f117f3c6706c666b8b76cbff7c9ff6e5718d46ff64 # DEBIAN_FRONTEND as ARG (not ENV): scoped to build-time RUN commands only and does not # persist into the final image. If set as ENV it affects every container run from this image,