We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b95a730 commit 9caa34bCopy full SHA for 9caa34b
1 file changed
Dockerfile
@@ -1,7 +1,7 @@
1
# syntax=docker/dockerfile:1
2
3
# Build stage
4
-FROM rust:1.81-slim AS builder
+FROM rust:1.86-slim AS builder
5
6
# Install build dependencies
7
RUN apt-get update && apt-get install -y \
@@ -29,4 +29,4 @@ COPY --from=builder /app/target/release/lumen /usr/local/bin/lumen
29
EXPOSE 8545 8546 30303 6060 9001
30
31
# Set the entrypoint
32
-ENTRYPOINT ["/usr/local/bin/lumen"]
+ENTRYPOINT ["/usr/local/bin/lumen"]
0 commit comments