diff --git a/Dockerfile b/Dockerfile index 39290e4..cc9843a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -7,7 +7,7 @@ ENV TARGET x86_64-unknown-linux-musl RUN rustup target add "$TARGET" # Update this version when a new version of element is released -ENV ELEMENT_VERSION 1.11.80 +ENV ELEMENT_VERSION 1.11.81 RUN mkdir /src WORKDIR /src