Skip to content

Commit 182e95c

Browse files
committed
update doc
1 parent 7bf3131 commit 182e95c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Simple app that checks if PostgreSQL database is ready or not.
77
### Option 1: use binary
88

99
```sh
10-
wget https://github.com/mxssl/wait-for-pg/releases/download/v0.0.5/wait-for-pg-linux-amd64.tar.gz
10+
wget https://github.com/mxssl/wait-for-pg/releases/download/v0.0.6/wait-for-pg-linux-amd64.tar.gz
1111
tar xvzf wait-for-pg-linux-amd64.tar.gz
1212
cp wait-for-pg /usr/local/bin/wait-for-pg
1313
chmod +x /usr/local/bin/wait-for-pg
@@ -28,7 +28,7 @@ wait-for-pg check \
2828
docker container \
2929
run \
3030
--rm \
31-
mxssl/wait-for-pg:v0.0.5 \
31+
mxssl/wait-for-pg:v0.0.6 \
3232
wait-for-pg check \
3333
--host postgres.domain.com \
3434
--port 5432 \

0 commit comments

Comments
 (0)