Skip to content

Commit

Permalink
⬆️(project) upgrade elasticsearch dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
quitterie-lcs committed Apr 19, 2022
1 parent 0c192b6 commit 7a4c162
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -176,12 +176,13 @@ jobs:
password: $DOCKER_HUB_PASSWORD
environment:
RALPH_APP_DIR: ~/fun/.ralph
- image: elasticsearch:7.10.1
- image: elasticsearch:8.1.0
auth:
username: $DOCKER_HUB_USER
password: $DOCKER_HUB_PASSWORD
environment:
discovery.type: single-node
xpack.security.enabled: "false"
working_directory: ~/fun
steps:
- checkout
Expand Down
3 changes: 2 additions & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,10 @@ services:

# -- backends
elasticsearch:
image: elasticsearch:7.16.3
image: elasticsearch:8.1.0
environment:
discovery.type: single-node
xpack.security.enabled: "false"
ports:
- "9200:9200"
mem_limit: 2g
Expand Down

0 comments on commit 7a4c162

Please sign in to comment.