Skip to content

Commit

Permalink
Use docker images from registry in FROM
Browse files Browse the repository at this point in the history
  • Loading branch information
klaus993 committed Oct 8, 2024
1 parent 1c93437 commit dc5b08e
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docker/aggregator.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM aligned_base AS builder
FROM ghcr.io/lambdaclass/aligned_layer/aligned_base:v0.8.0 AS builder

WORKDIR /aligned_layer

Expand Down
2 changes: 1 addition & 1 deletion docker/anvil.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM foundry
FROM ghcr.io/lambdaclass/aligned_layer/foundry:latest

COPY contracts/scripts/anvil/state/* .

Expand Down
2 changes: 1 addition & 1 deletion docker/batcher.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM aligned_base AS builder
FROM ghcr.io/lambdaclass/aligned_layer/aligned_base:v0.8.0 AS builder

RUN apt update -y
RUN apt install -y gcc
Expand Down
2 changes: 1 addition & 1 deletion docker/operator.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM aligned_base AS builder
FROM ghcr.io/lambdaclass/aligned_layer/aligned_base:v0.8.0 AS builder

RUN apt update -y
RUN apt install -y gcc
Expand Down

0 comments on commit dc5b08e

Please sign in to comment.