Skip to content

Commit

Permalink
Fix version of Rust Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
dominicparga committed Sep 1, 2023
1 parent 01f35f5 commit 55ec914
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
@@ -1,6 +1,6 @@
#

FROM docker.io/rust:latest AS builder
FROM docker.io/rust:1.72.0 AS builder

ARG MY_APP=billo

Expand Down

0 comments on commit 55ec914

Please sign in to comment.