Skip to content

Commit 59327d3

Browse files
authored
docker: bump kurtosis-cdk version in antithesis builder (0xPolygon#500)
1 parent 26e7b67 commit 59327d3

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

docker/antithesis.Dockerfile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,7 @@ RUN apt-get update \
99
&& rm -rf /var/lib/apt/lists/* \
1010
# Pull kurtosis-cdk package.
1111
# 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 \
12+
&& git clone --branch v0.2.31 https://github.com/0xPolygon/kurtosis-cdk \
1413
# Pull kurtosis-cdk dependencies.
1514
# The package has other dependencies (blockscout, prometheus and grafana) but they shouldn't be used when testing the package with Antithesis.
1615
&& git clone --branch 4.4.0 https://github.com/ethpandaops/ethereum-package \

0 commit comments

Comments
 (0)