diff --git a/Dockerfile b/Dockerfile index 412b3e5..e2a1531 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,7 @@ # Multi-stage Dockerfile for chromad Go application using Hermit-managed tools # Build stage -FROM ubuntu:22.04 AS builder +FROM ubuntu:24.04 AS builder # Install system dependencies RUN apt-get update && apt-get install -y \