Skip to content

Commit

Permalink
chore(deps): update postgres docker tag to v14.15
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 20, 2024
1 parent 6aca894 commit cad2216
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/reusable_data_model_gen.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
needs: [vars]
services:
postgres:
image: postgres:14.13-alpine
image: postgres:14.15-alpine
env:
POSTGRES_DB: fam
POSTGRES_USER: ${{ needs.vars.outputs.user }}
Expand Down

0 comments on commit cad2216

Please sign in to comment.