From c6bb80486c1cf9266a1a41b288d9a27d465fb7c6 Mon Sep 17 00:00:00 2001 From: Paul Butler Date: Fri, 2 Aug 2024 14:05:42 -0400 Subject: [PATCH] Pin rust version --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 62c6219..1117aed 100644 --- a/Dockerfile +++ b/Dockerfile @@ -3,7 +3,7 @@ FROM ghcr.io/jamsocket/stateroom:latest as stateroom # The main build step happens in the Rust image. -FROM rust:latest AS build +FROM rust:1.80-slim AS build # We pull the jamsocket binary from the jamsocket image. COPY --from=stateroom /stateroom /stateroom