Skip to content

Commit

Permalink
Merge pull request #27 from bento-platform/qa/v2.4
Browse files Browse the repository at this point in the history
v2.4.1 candidate
  • Loading branch information
brouillette authored Jan 31, 2022
2 parents c863fed + 5c74422 commit f10ec0b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -321,6 +321,10 @@ build-%:
stop-all:
docker-compose down;

cd lib/gohan && \
docker-compose down && \
cd ../.. ;

#>>>
# stop a specific service
#<<<
Expand Down
2 changes: 1 addition & 1 deletion etc/bento.env
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ BENTOV2_SERVICE_REGISTRY_CPUS=1
# Katsu
KATSU_REPO=https://github.com/bento-platform/katsu
KATSU_BRANCH=develop
KATSU_TAG=v2.6.0
KATSU_TAG=v2.7.0
BENTOV2_KATSU_BASE_IMAGE=bentov2-common-alpine-python
BENTOV2_KATSU_BASE_IMAGE_VERSION=0.0.1
BENTOV2_KATSU_IMAGE=bentov2-katsu
Expand Down

0 comments on commit f10ec0b

Please sign in to comment.