Skip to content

Commit

Permalink
chore(docker): Pin asterisc-builder version in reproducible prestat…
Browse files Browse the repository at this point in the history
…e builder

## Overview

Pins the version of the `asterisc-builder` in the reproducible prestate
builder. This allows for using the correct version of the builder image,
which includes the rust compiler, when checking out historical tags.
  • Loading branch information
clabby committed Jul 9, 2024
1 parent a4ae5f5 commit 147b45d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/asterisc/asterisc-repro.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ RUN git clone https://github.com/ethereum-optimism/asterisc && \
# Build kona-client @ `CLIENT_TAG` #
################################################################

FROM ghcr.io/ethereum-optimism/kona/asterisc-builder:main as client-build
FROM ghcr.io/ethereum-optimism/kona/asterisc-builder@sha256:dc3a8e45dc4f7fa8e264987ba04c1d83d3eb4c8f3c666e4f9a431b90ea029503 as client-build
SHELL ["/bin/bash", "-c"]

ARG CLIENT_TAG
Expand Down

0 comments on commit 147b45d

Please sign in to comment.