Skip to content

Commit d9c2306

Browse files
committed
chore(docker): bump rust builder image to 1.89
1 parent 857b961 commit d9c2306

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

Dockerfile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Builder image
2-
FROM rust:1.88-slim-bullseye AS builder
2+
FROM rust:1.89-slim-bullseye AS builder
33

44
RUN apt-get update && apt-get install -y \
55
libudev-dev \
@@ -30,4 +30,3 @@ COPY --from=builder /usr/src/app/target/release/jito-bell /usr/local/bin/jito-be
3030

3131
# Only one ENTRYPOINT line
3232
ENTRYPOINT ["jito-bell"]
33-

0 commit comments

Comments
 (0)