Skip to content

Commit

Permalink
pin stateroom version
Browse files Browse the repository at this point in the history
  • Loading branch information
paulgb committed Sep 3, 2024
1 parent b2ab83e commit 8bcb444
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# We use the Jamsocket image to extract the binary, so that
# we can run `jamsocket build`.
FROM ghcr.io/jamsocket/stateroom:latest as stateroom
FROM ghcr.io/jamsocket/stateroom:sha-08ddbf8 as stateroom

# The main build step happens in the Rust image.
FROM rust:1.80-slim AS build
Expand All @@ -26,6 +26,6 @@ RUN /stateroom build
# but now we copy the built artifacts into it. The Stateroom
# image will run `stateroom serve /dist` by default, so we
# put the built files there.
FROM ghcr.io/jamsocket/stateroom:latest
FROM ghcr.io/jamsocket/stateroom:sha-08ddbf8

COPY --from=build /work/aper/examples/drop-four/dist /dist

0 comments on commit 8bcb444

Please sign in to comment.