diff --git a/matchbox_server/Dockerfile b/matchbox_server/Dockerfile index ba3e00f6..b6fa83b4 100644 --- a/matchbox_server/Dockerfile +++ b/matchbox_server/Dockerfile @@ -3,7 +3,7 @@ # to build, run `docker build -f matchbox_server/Dockerfile` from root of the # repository -FROM rust:1.79-slim-bullseye as builder +FROM rust:1.82-slim-bullseye as builder WORKDIR /usr/src/matchbox_server/