1 parent 26e7b67 commit 59327d3Copy full SHA for 59327d3
1 file changed
docker/antithesis.Dockerfile
@@ -9,8 +9,7 @@ RUN apt-get update \
9
&& rm -rf /var/lib/apt/lists/* \
10
# Pull kurtosis-cdk package.
11
# Temporary hack for now.
12
- # && git clone --branch v0.2.29 https://github.com/0xPolygon/kurtosis-cdk \
13
- && git clone --branch feat/antithesis-integration https://github.com/leovct/kurtosis-cdk \
+ && git clone --branch v0.2.31 https://github.com/0xPolygon/kurtosis-cdk \
14
# Pull kurtosis-cdk dependencies.
15
# The package has other dependencies (blockscout, prometheus and grafana) but they shouldn't be used when testing the package with Antithesis.
16
&& git clone --branch 4.4.0 https://github.com/ethpandaops/ethereum-package \
0 commit comments