Skip to content

Commit a729cfc

Browse files
committed
chore: bump cometbft-db-testing to v1.0.4-inj (uses Go 1.24)
1 parent b0836c4 commit a729cfc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

test/e2e/docker/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# We need to build in a Linux environment to support C libraries, e.g. RocksDB.
22
# We use Debian instead of Alpine, so that we can use binary database packages
33
# instead of spending time compiling them.
4-
FROM cometbft/cometbft-db-testing:v1.0.2
4+
FROM injectivelabs/cometbft-db-testing:v1.0.4-inj
55

66
RUN apt-get -qq update -y && apt-get -qq upgrade -y >/dev/null
77

test/e2e/docker/Dockerfile.debug

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# We need to build in a Linux environment to support C libraries, e.g. RocksDB.
22
# We use Debian instead of Alpine, so that we can use binary database packages
33
# instead of spending time compiling them.
4-
FROM cometbft/cometbft-db-testing:v1.0.2
4+
FROM injectivelabs/cometbft-db-testing:v1.0.4-inj
55

66
RUN apt-get -qq update -y && apt-get -qq upgrade -y >/dev/null
77
RUN apt-get -qq install -y zsh vim >/dev/null

0 commit comments

Comments
 (0)