Skip to content

Commit

Permalink
Update base image for integration-tests
Browse files Browse the repository at this point in the history
  • Loading branch information
iKapitonau committed Dec 16, 2024
1 parent d325bd8 commit 02dfea0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions deployment/dockerfiles/tests/integration-tests.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
# This dockerfile contains tests that require a full network to run, and require a running node that is connected to the network

FROM ghcr.io/scrtlabs/compile-contracts:1.10.0
FROM ghcr.io/scrtlabs/compile-contracts:1.15.1

COPY deployment/ci/query-load-test query-load-test

WORKDIR query-load-test

RUN npm install

ENTRYPOINT ["node", "test.js"]
ENTRYPOINT ["node", "test.js"]

0 comments on commit 02dfea0

Please sign in to comment.