Skip to content

Commit

Permalink
Updated elasticsearch to 7.16.2 to fix log4j
Browse files Browse the repository at this point in the history
  • Loading branch information
Melvin Luong committed Dec 20, 2021
1 parent 75247a1 commit 5afd626
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docker-ci/docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ services:
MYSQL_ROOT_PASSWORD: mysql
command: --default-authentication-plugin=mysql_native_password
es:
image: docker.elastic.co/elasticsearch/elasticsearch:7.12.1
image: docker.elastic.co/elasticsearch/elasticsearch:7.16.2
environment:
- bootstrap.memory_lock=true
- "ES_JAVA_OPTS=-Xms512m -Xmx512m"
Expand Down
2 changes: 1 addition & 1 deletion docker-ci/docker-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ services:
MYSQL_ROOT_PASSWORD: mysql
command: --default-authentication-plugin=mysql_native_password
es:
image: docker.elastic.co/elasticsearch/elasticsearch:7.12.1
image: docker.elastic.co/elasticsearch/elasticsearch:7.16.2
environment:
- bootstrap.memory_lock=true
- "ES_JAVA_OPTS=-Xms512m -Xmx512m"
Expand Down

0 comments on commit 5afd626

Please sign in to comment.