Skip to content

Commit

Permalink
Use dev CLI
Browse files Browse the repository at this point in the history
Signed-off-by: Byron Ruth <[email protected]>
  • Loading branch information
bruth committed Mar 18, 2023
1 parent ea1e811 commit c08de0d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
2 changes: 1 addition & 1 deletion examples/use-cases/active-active-kv/cli/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ FROM golang:1.19-alpine3.17 AS build

RUN apk update && apk add git

RUN go install github.com/nats-io/natscli/nats@main
RUN go install github.com/nats-io/natscli/nats@2af2c5d
RUN go install github.com/nats-io/nats-server/v2@dev

FROM alpine:3.17
Expand Down
4 changes: 0 additions & 4 deletions examples/use-cases/active-active-kv/docker-compose.yaml

This file was deleted.

0 comments on commit c08de0d

Please sign in to comment.