Skip to content

Commit

Permalink
switch to nhost/postgres:latest
Browse files Browse the repository at this point in the history
  • Loading branch information
szilarddoro committed May 3, 2023
1 parent 192cfc9 commit 3ca99a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
services:
postgres:
# TODO bump
image: nhost/postgres:12-v0.0.6
image: nhost/postgres:latest
env:
POSTGRES_PASSWORD: ${{ env.POSTGRES_PASSWORD }}
options: --restart always --health-cmd pg_isready --health-interval 10s --health-timeout 5s --health-retries 5
Expand Down

0 comments on commit 3ca99a9

Please sign in to comment.