Skip to content

Commit

Permalink
Pin rust version
Browse files Browse the repository at this point in the history
  • Loading branch information
paulgb committed Aug 2, 2024
1 parent 5c21f7b commit c6bb804
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c6bb804

Please sign in to comment.