Skip to content

Commit 9caa34b

Browse files
committed
bump rust version in docker
1 parent b95a730 commit 9caa34b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# syntax=docker/dockerfile:1
22

33
# Build stage
4-
FROM rust:1.81-slim AS builder
4+
FROM rust:1.86-slim AS builder
55

66
# Install build dependencies
77
RUN apt-get update && apt-get install -y \
@@ -29,4 +29,4 @@ COPY --from=builder /app/target/release/lumen /usr/local/bin/lumen
2929
EXPOSE 8545 8546 30303 6060 9001
3030

3131
# Set the entrypoint
32-
ENTRYPOINT ["/usr/local/bin/lumen"]
32+
ENTRYPOINT ["/usr/local/bin/lumen"]

0 commit comments

Comments
 (0)