Skip to content

Commit e3e48e4

Browse files
committed
bump vers
1 parent d92a904 commit e3e48e4

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: binary
88

99
```sh
10-
wget https://github.com/mxssl/wait-for-pg/releases/download/v1.0.3/wait-for-pg-linux-amd64.tar.gz
10+
wget https://github.com/mxssl/wait-for-pg/releases/download/v1.0.4/wait-for-pg-linux-amd64.tar.gz
1111
tar xvzf wait-for-pg-linux-amd64.tar.gz
1212
mv wait-for-pg /usr/local/bin/wait-for-pg
1313
chmod +x /usr/local/bin/wait-for-pg
@@ -30,7 +30,7 @@ wait-for-pg check \
3030
docker container \
3131
run \
3232
--rm \
33-
mxssl/wait-for-pg:v1.0.3 \
33+
mxssl/wait-for-pg:v1.0.4 \
3434
wait-for-pg check \
3535
--host postgres.domain.com \
3636
--port 5432 \

0 commit comments

Comments
 (0)