Skip to content

Commit

Permalink
increase docker rust image version (#57)
Browse files Browse the repository at this point in the history
Co-authored-by: Tomislav Eric <tomislav.eric@arconsis.com>
  • Loading branch information
tomislaveric and Tomislav Eric committed Jun 7, 2024
1 parent a929314 commit 861778f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bookstore-actix/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM rust:1.69 as builder
FROM rust:1.72-buster as builder
WORKDIR /usr/src/bookstore
COPY . .
RUN cargo install --path .
Expand Down

0 comments on commit 861778f

Please sign in to comment.