Skip to content

Commit

Permalink
Change the Vespa version back for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
papa99do committed Aug 21, 2024
1 parent 30f6bcd commit 8a4bddb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/vespa_local/vespa_local.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ def start(args):
"--name vespa "
"--hostname vespa-container "
"--publish 8080:8080 --publish 19071:19071 --publish 2181:2181 --publish 127.0.0.1:5005:5005 "
"vespaengine/vespa:8.332.5")
"vespaengine/vespa:8.367.14")


def restart(args):
Expand Down

0 comments on commit 8a4bddb

Please sign in to comment.