Skip to content

Commit 80a3503

Browse files
authored
fix: update builder image (#152)
1 parent 9d2ced7 commit 80a3503

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM rust:1.85 AS builder
1+
FROM rust:1.88 AS builder
22

33
# Install Sprocket by invoking `cargo install` on the sources in the current directory. The `mount`
44
# directive provides the current directory to the `builder` container, so no unnecessary copying is

0 commit comments

Comments
 (0)