Skip to content

Commit

Permalink
Dockerfile: update base building image to rust 1.52
Browse files Browse the repository at this point in the history
  • Loading branch information
davidor committed May 7, 2021
1 parent 1565a76 commit 25fbdad
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 @@ -4,7 +4,7 @@
# Build Stage
# ------------------------------------------------------------------------------

FROM rust:1.50 as limitador-build
FROM rust:1.52 as limitador-build

RUN apt-get update \
&& apt-get install musl-tools -y
Expand Down

0 comments on commit 25fbdad

Please sign in to comment.