Skip to content

Commit

Permalink
Update postgres Docker tag to v14.7
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Feb 10, 2023
1 parent 8a4fa3a commit 9c58d1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion concourse/docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: '3'

services:
concourse-db:
image: postgres:14.4
image: postgres:14.7
environment:
- POSTGRES_DB=${CONCOURSE_POSTGRES_DATABASE:-concourse}
- POSTGRES_PASSWORD=${CONCOURSE_POSTGRES_PASSWORD:-concourse_pass}
Expand Down

0 comments on commit 9c58d1a

Please sign in to comment.