Skip to content

Commit

Permalink
upgrade e2e container to cypress 13.14.0
Browse files Browse the repository at this point in the history
  • Loading branch information
JKatzwinkel authored Aug 28, 2024
1 parent fc0e2de commit a9b5d8b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ services:

es:
container_name: tla-es
image: docker.elastic.co/elasticsearch/elasticsearch:8.14.3
image: docker.elastic.co/elasticsearch/elasticsearch:8.15.0
environment:
ES_JAVA_OPTS: -Xms512m -Xmx512m -Dlog4j2.formatMsgNoLookups=true
discovery.type: single-node
Expand Down Expand Up @@ -56,7 +56,7 @@ services:

e2e:
container_name: tla-e2e
image: cypress/included:13.13.2
image: cypress/included:13.14.0
working_dir: /e2e
volumes:
- ./src/test/e2e:/e2e
Expand Down

0 comments on commit a9b5d8b

Please sign in to comment.