Skip to content

Commit

Permalink
Change version in makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
aopoltorzhicky committed Dec 27, 2022
1 parent 4744fc5 commit 929e2ad
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -85,10 +85,10 @@ ps:
docker ps --format "table {{.Names}}\t{{.RunningFor}}\t{{.Status}}\t{{.Ports}}"

sandbox-pull:
TAG=4.3.0 docker-compose -f docker-compose.flextesa.yml pull
TAG=4.4.0 docker-compose -f docker-compose.flextesa.yml pull

flextesa-sandbox:
COMPOSE_PROJECT_NAME=bcdbox TAG=4.3.0 docker-compose -f docker-compose.flextesa.yml up -d
COMPOSE_PROJECT_NAME=bcdbox TAG=4.4.0 docker-compose -f docker-compose.flextesa.yml up -d

sandbox-down:
COMPOSE_PROJECT_NAME=bcdbox docker-compose -f docker-compose.flextesa.yml down
Expand Down

0 comments on commit 929e2ad

Please sign in to comment.