Skip to content

Commit

Permalink
Bump nginx to 1.25 + ES to 8.14.3 official image for plf 7.0.x test d…
Browse files Browse the repository at this point in the history
…ocker-compose file
  • Loading branch information
hbenali committed Aug 11, 2024
1 parent 3c78ea5 commit 70bc79e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/common-plf70-stack.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version: "2"
services:
web:
image: nginx:1.24-alpine
image: nginx:1.25-alpine
expose:
- "80"
volumes:
Expand Down Expand Up @@ -70,7 +70,7 @@ services:
networks:
- back
es:
image: exoplatform/elasticsearch:2.1.0
image: elasticsearch:8.14.3
volumes:
- search_data:/usr/share/elasticsearch/data:rw
environment:
Expand Down

0 comments on commit 70bc79e

Please sign in to comment.