Skip to content

Commit

Permalink
chore(docker): bump the rust version
Browse files Browse the repository at this point in the history
  • Loading branch information
orhun committed Aug 12, 2021
1 parent 6e6bdde commit a2df26f
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 @@ -8,7 +8,7 @@ WORKDIR app
COPY --from=planner /app/recipe.json recipe.json
RUN cargo chef cook --release --recipe-path recipe.json

FROM rust:1.52-slim-buster as builder
FROM rust:1.54-slim-buster as builder
WORKDIR app
RUN apt-get update && \
apt-get install -y --no-install-recommends \
Expand Down

0 comments on commit a2df26f

Please sign in to comment.