diff --git a/Dockerfile b/Dockerfile index 85040ff10..b56d67f7c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -41,7 +41,7 @@ ENV SQLX_OFFLINE=true RUN cargo build --release -p dwctl # Runtime stage -FROM ubuntu:24.04 +FROM ubuntu:26.04 # Install runtime dependencies RUN apt-get update && apt-get install -y \