versione corretta
This commit is contained in:
parent
905d7ca936
commit
3ecbd95719
2 changed files with 4 additions and 4 deletions
|
@ -3,6 +3,6 @@ FROM scratch
|
|||
|
||||
MAINTAINER Michele Fadda "<mikif70@gmail.com>"
|
||||
|
||||
COPY lastlogin_mongodb-v4.3.0 /bin/lastlogin_mongodb
|
||||
COPY lastlogin_mongodb-v4.3.2 /bin/lastlogin_mongodb
|
||||
|
||||
ENTRYPOINT [ "/bin/lastlogin_mongodb" ]
|
||||
|
|
6
main.go
6
main.go
|
@ -9,12 +9,12 @@ import (
|
|||
"regexp"
|
||||
"sync"
|
||||
"time"
|
||||
|
||||
_ "github.com/nats-io/go-nats"
|
||||
|
||||
_ "github.com/nats-io/go-nats"
|
||||
)
|
||||
|
||||
const (
|
||||
_Version = "v5.0.0"
|
||||
_Version = "v4.3.2"
|
||||
_Producer = 0
|
||||
_Consumer = 1
|
||||
_Remover = 2
|
||||
|
|
Loading…
Add table
Reference in a new issue