Skip to content
This repository has been archived by the owner on Jan 12, 2023. It is now read-only.

Commit

Permalink
Merge pull request #225 from JaneJeon/renovate/postgres-14.x
Browse files Browse the repository at this point in the history
Update postgres Docker tag to v14
  • Loading branch information
JaneJeon authored Dec 26, 2021
2 parents e9ef141 + 68c3358 commit 69ace26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: '3'

services:
database:
image: postgres:12-alpine
image: postgres:14-alpine
ports:
- 5432:5432
env_file:
Expand Down

0 comments on commit 69ace26

Please sign in to comment.