Skip to content

Commit

Permalink
chore(deps): update postgres docker tag to v16 (#716)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Sep 16, 2023
1 parent 4df0adf commit fda4d66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/atlas-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
services:
# Spin up a postgres:10 container to be used as the dev-database for analysis.
postgres10:
image: postgres:10
image: postgres:16
env:
POSTGRES_DB: test
POSTGRES_PASSWORD: pass
Expand Down

0 comments on commit fda4d66

Please sign in to comment.