Skip to content

Commit

Permalink
Rollback to older docker base
Browse files Browse the repository at this point in the history
  • Loading branch information
hkalodner committed Mar 30, 2021
1 parent 09e1d71 commit 133ac08
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions packages/arb-validator.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
### Note: run depends on mounting `/home/user/contract.ao` as a volume
### --------------------------------------------------------------------

FROM offchainlabs/cpp-base:0.3.1 as arb-avm-cpp
FROM offchainlabs/cpp-base:0.2.5 as arb-avm-cpp

# Copy external dependencies
COPY --chown=user arb-avm-cpp/CMakeLists.txt .
Expand Down Expand Up @@ -38,7 +38,7 @@ RUN cd build && \
cd ../ && \
./scripts/install-cmachine-build

FROM offchainlabs/backend-base:0.3.1 as arb-validator-builder
FROM offchainlabs/backend-base:0.2.8 as arb-validator-builder

# Build dependencies
COPY --chown=user arb-avm-cpp/go.* /home/user/arb-avm-cpp/
Expand Down Expand Up @@ -68,7 +68,7 @@ COPY --from=arb-avm-cpp /home/user/cmachine /home/user/arb-avm-cpp/cmachine/
RUN cd arb-node-core && go install -v ./cmd/arb-validator && \
cd ../arb-rpc-node && go install -v ./cmd/arb-node && go install -v ./cmd/arb-dev-node

FROM offchainlabs/cpp-base:0.3.1 as arb-validator
FROM offchainlabs/cpp-base:0.2.5 as arb-validator
# Export binary

COPY --chown=user --from=arb-validator-builder /home/user/go/bin /home/user/go/bin
Expand Down

0 comments on commit 133ac08

Please sign in to comment.