Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
Relrin authored Jan 25, 2019
1 parent 20d4edd commit 70d609e
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
@@ -1,5 +1,5 @@
# Stage 1: Build an application from a source code
FROM rust:1.31 as build
FROM rust:1.32 as build

# Get the latest code from pathfinder's master branch
RUN apt-get update && apt-get install git
Expand Down

0 comments on commit 70d609e

Please sign in to comment.