Skip to content

Commit 7b4c745

Browse files
committed
bump version
1 parent 0ca5a9d commit 7b4c745

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.8/wait-for-pg-linux-amd64.tar.gz
10+
wget https://github.com/mxssl/wait-for-pg/releases/download/v0.0.9/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
@@ -29,7 +29,7 @@ wait-for-pg check \
2929
docker container \
3030
run \
3131
--rm \
32-
mxssl/wait-for-pg:v0.0.8 \
32+
mxssl/wait-for-pg:v0.0.9 \
3333
wait-for-pg check \
3434
--host postgres.domain.com \
3535
--port 5432 \

0 commit comments

Comments
 (0)