bump to 0.4.3
This commit is contained in:
parent
659bcaebeb
commit
1e1b10a59a
3 changed files with 2 additions and 3 deletions
|
|
@ -8,7 +8,6 @@ RUN apk update \
|
|||
RUN apk add google-authenticator git gcc libc-dev linux-pam-dev
|
||||
|
||||
ADD . /go/src/github.com/tg123/sshpiper/
|
||||
ENV GO111MODULE=on
|
||||
WORKDIR /go/src/github.com/tg123/sshpiper/sshpiperd
|
||||
RUN go build -ldflags "$(/go/src/github.com/tg123/sshpiper/sshpiperd/ldflags.sh)" -tags pam -o /go/bin/sshpiperd
|
||||
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
name: sshpiperd
|
||||
version: 0.4.2
|
||||
version: 0.4.3
|
||||
summary: The missing reverse proxy for ssh scp
|
||||
description: |
|
||||
SSH Piper works as a proxy-like ware, and route connections by username, src ip , etc.
|
||||
|
|
|
|||
2
ver
2
ver
|
|
@ -1 +1 @@
|
|||
v0.4.2dev
|
||||
v0.4.3
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue