Skip to content

Commit

Permalink
update docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
oberstet committed Mar 17, 2021
1 parent 3d39035 commit f274c38
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docker/Dockerfile
Expand Up @@ -38,4 +38,4 @@ WORKDIR /
EXPOSE 9001 9001

# run wstest by default in fuzzingserver mode
CMD ["/usr/local/bin/wstest", "--mode", "fuzzingserver", "--spec", "/config/fuzzingserver.json"]
CMD ["wstest", "--mode", "fuzzingserver", "--spec", "/config/fuzzingserver.json"]
2 changes: 1 addition & 1 deletion docker/versions.sh
Expand Up @@ -3,7 +3,7 @@
#
# CHANGE FOR NEW RELEASES (these need to be proper Git tags in the respective repo):
#
export AUTOBAHN_TESTSUITE_VERSION='0.8.0'
export AUTOBAHN_TESTSUITE_VERSION='0.8.2'
#
# END OF CONFIG
#
Expand Down

0 comments on commit f274c38

Please sign in to comment.