Skip to content

Commit

Permalink
Merge pull request #42 from 3scale-labs/update-base-image-to-rust-1.52
Browse files Browse the repository at this point in the history
Dockerfile: update base building image to rust 1.52
  • Loading branch information
davidor authored May 7, 2021
2 parents 1565a76 + 25fbdad commit deec5f7
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 deec5f7

Please sign in to comment.