Skip to content

Commit

Permalink
Merge pull request #11 from SnowdenWintermute/feature
Browse files Browse the repository at this point in the history
trying another rust image
  • Loading branch information
SnowdenWintermute authored Feb 15, 2024
2 parents 0f5306f + 8bb13a5 commit e0b0297
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dockerfiles/server.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ RUN cargo build --release
RUN echo LISTING FILES
RUN ls

FROM 1.76.0-slim-bullseye
FROM rust:1.76.0
WORKDIR /app
COPY --from=builder /app/server/target .
RUN ls -a
Expand Down

0 comments on commit e0b0297

Please sign in to comment.