Skip to content

Commit

Permalink
πŸ’š (github/python) Fix elasticsearch image
Browse files Browse the repository at this point in the history
  • Loading branch information
simonwoerpel committed Jan 15, 2025
1 parent 67819ae commit 1c1c3a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
runs-on: ubuntu-latest
services:
elastic:
image: elasticsearch:latest
image: elasticsearch:8.17.0
ports:
- 9200:9200
env:
Expand Down

0 comments on commit 1c1c3a0

Please sign in to comment.