Skip to content

Commit

Permalink
Version patch
Browse files Browse the repository at this point in the history
  • Loading branch information
arpitbbhayani committed Sep 20, 2024
1 parent c6688e9 commit 91abf14
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,10 @@ unittest-one:
go test -v -race -count=1 --run $(TEST_FUNC) ./internal/...

build-docker:
docker build --tag dicedb/dicedb:latest --tag dicedb/dicedb:0.0.2 .
docker build --tag dicedb/dicedb:latest --tag dicedb/dicedb:0.0.4 .

push-docker:
docker push dicedb/dicedb:0.0.4

GOLANGCI_LINT_VERSION := 1.60.1

Expand Down
2 changes: 1 addition & 1 deletion examples/leaderboard-go/docker-compose.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
services:
dicedb:
image: dicedb/dicedb:0.0.2
image: dicedb/dicedb:latest
ports:
- "7379:7379"

Expand Down

0 comments on commit 91abf14

Please sign in to comment.