Skip to content

Commit cb19187

Browse files
authored
fix: downgrade rust builder image to rust:1.77.2-bookworm (#362)
1 parent ba51878 commit cb19187

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# syntax=docker/dockerfile:1.4
2-
FROM rust:1.78-bookworm as builder
2+
FROM rust:1.77.2-bookworm as builder
33
ARG TARGETPLATFORM
44
ARG GIT_V_VERSION
55
ARG ONNXRUNTIME_VERSION=1.17.0

0 commit comments

Comments
 (0)