Skip to content

Commit

Permalink
use rust 1.78
Browse files Browse the repository at this point in the history
  • Loading branch information
madiele committed May 5, 2024
1 parent 9d901a1 commit 466f1e1
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,7 +1,7 @@
# by using --platform=$BUILDPLATFORM we force the build step
# to always run on the native architecture of the build machine
# making the build time shorter
FROM --platform=$BUILDPLATFORM rust:1.75 as builder
FROM --platform=$BUILDPLATFORM rust:1.78 as builder

ARG BUILDPLATFORM
ARG TARGETPLATFORM
Expand Down

0 comments on commit 466f1e1

Please sign in to comment.