Skip to content

Commit

Permalink
Lock Cargo version
Browse files Browse the repository at this point in the history
  • Loading branch information
igorsereda committed Jul 28, 2024
1 parent 1c957ce commit c02c8aa
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions build/etherlink/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
#
# SPDX-License-Identifier: MIT

ARG OCTEZ_TAG
ARG OCTEZ_TAG=master
FROM tezos/tezos-bare:${OCTEZ_TAG} AS octez

FROM ubuntu:22.04 AS builder
Expand All @@ -17,7 +17,9 @@ RUN apt-get install -y -q \
clang
RUN curl https://sh.rustup.rs -sSf | sh -s -- -y
ENV PATH="/root/.cargo/bin:${PATH}"
RUN rustup target add wasm32-unknown-unknown
RUN rustup install 1.79 \
&& rustup default 1.79 \
&& rustup target add wasm32-unknown-unknown
WORKDIR /build
COPY config/dev.yaml ./config/dev.yaml
COPY Makefile ./
Expand Down

0 comments on commit c02c8aa

Please sign in to comment.