Skip to content

Commit

Permalink
Update rust version to 1.55 in Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
gamma committed Oct 3, 2021
1 parent 146b56e commit f77cd57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# sudo docker build --tag carlazz/fast-gtfs-release .
# sudo docker push carlazz/fast-gtfs-release

FROM rust:1.52
FROM rust:1.55


RUN apt-get update && apt-get install -y --no-install-recommends zip && apt-get clean; \
Expand Down

0 comments on commit f77cd57

Please sign in to comment.