Skip to content

Commit c6313b3

Browse files
authored
fix: bump rust builder image to 1.78-bookworm (#361)
1 parent aa72f73 commit c6313b3

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.74.1-bookworm as builder
2+
FROM rust:1.78-bookworm as builder
33
ARG TARGETPLATFORM
44
ARG GIT_V_VERSION
55
ARG ONNXRUNTIME_VERSION=1.17.0

0 commit comments

Comments
 (0)