diff --git a/Dockerfile b/Dockerfile index f52438ef..a910e0ad 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ # BUILD IMAGE --------------------------------------------------------- -FROM rust:1.80.0-slim-bookworm AS builder +FROM rust:1.82.0-slim-bookworm AS builder WORKDIR /nomos COPY . . diff --git a/ci/Dockerfile b/ci/Dockerfile index f19e5c15..014dc027 100644 --- a/ci/Dockerfile +++ b/ci/Dockerfile @@ -1,4 +1,4 @@ -FROM rust:1.80.0-slim-bookworm +FROM rust:1.82.0-slim-bookworm LABEL maintainer="augustinas@status.im" \ source="https://github.com/logos-co/nomos-node" \ diff --git a/testnet/Dockerfile b/testnet/Dockerfile index 9f8580e6..ed8570a0 100644 --- a/testnet/Dockerfile +++ b/testnet/Dockerfile @@ -1,6 +1,6 @@ # BUILD IMAGE --------------------------------------------------------- -FROM rust:1.81.0-slim-bookworm AS builder +FROM rust:1.82.0-slim-bookworm AS builder WORKDIR /nomos COPY . .