Skip to content

Commit

Permalink
fix: downgrade rust builder image to rust:1.77.2-bookworm (#362)
Browse files Browse the repository at this point in the history
  • Loading branch information
nyannyacha authored Jun 12, 2024
1 parent ba51878 commit cb19187
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 @@
# syntax=docker/dockerfile:1.4
FROM rust:1.78-bookworm as builder
FROM rust:1.77.2-bookworm as builder
ARG TARGETPLATFORM
ARG GIT_V_VERSION
ARG ONNXRUNTIME_VERSION=1.17.0
Expand Down

0 comments on commit cb19187

Please sign in to comment.