diff --git a/Dockerfile b/Dockerfile index 05e5d64c..094e931e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ # This Dockerfile builds the asb binary -FROM rust:1.79-slim AS builder +FROM rust:1.79.0-slim-bookworm AS builder WORKDIR /build