Skip to content

Commit

Permalink
switch to fork for GSS support
Browse files Browse the repository at this point in the history
  • Loading branch information
luqasn committed Sep 18, 2022
1 parent c8c6817 commit 15584de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion image/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ FROM golang:1.17.6

RUN apt update && apt install -y postgresql-client

RUN go install github.com/KnifeMaster007/pgAuthProxy@0.1.2
RUN go install github.com/luqasn/pgAuthProxy@v0.1.3

WORKDIR /proxy

Expand Down

0 comments on commit 15584de

Please sign in to comment.