Skip to content
This repository has been archived by the owner on Jul 26, 2024. It is now read-only.

Commit

Permalink
chore: bump rust docker
Browse files Browse the repository at this point in the history
  • Loading branch information
pjenvey committed May 20, 2021
1 parent b7cdb4a commit d2d86d2
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 @@ -3,7 +3,7 @@
# Change this to be your application's name
ARG APPNAME=contile

FROM rust:1.49 as builder
FROM rust:1.52.1 as builder
ARG APPNAME
ADD . /app
WORKDIR /app
Expand Down

0 comments on commit d2d86d2

Please sign in to comment.