Skip to content

Commit

Permalink
Bump backend version
Browse files Browse the repository at this point in the history
Signed-off-by: Aisuko <[email protected]>
  • Loading branch information
Aisuko committed Mar 25, 2024
1 parent 905f3bf commit 8a0e32c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,4 @@ demo-logs:

.PHONY: demo-remove
demo-remove:
docker-compose -f docker-compose.demo.yaml down
docker-compose -f docker-compose.demo.yaml down
2 changes: 1 addition & 1 deletion docker-compose.demo.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ services:
- "minio"

frontend:
image: ghcr.io/skywardai/rebel:v0.1.1
image: ghcr.io/skywardai/rebel:v0.1.2
container_name: frontend
restart: always
expose:
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ services:
- "minio"

frontend:
image: ghcr.io/skywardai/rebel:v0.1.1
image: ghcr.io/skywardai/rebel:v0.1.2
container_name: frontend
restart: always
expose:
Expand Down

0 comments on commit 8a0e32c

Please sign in to comment.