diff --git a/Dockerfile b/Dockerfile index e68f408..f0be769 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # Build image -FROM rust:slim-bullseye@sha256:7fe28fe53c035b264595c813e7927ee87040a2bffed6a831490afae0c5da0312 as build +FROM rust:slim-bullseye@sha256:d28cb53460af69241b4af695b7cbca8dfea1dfa0439a355ccdc04c347f382605 as build RUN apt-get update && apt-get install -y \ build-essential autoconf automake cmake libtool libssl-dev pkg-config