Skip to content

Commit

Permalink
chore(deps): update dependency postgres to v14.2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Apr 12, 2022
1 parent 480faee commit 19f04a9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ services:
POSTGRES_DB: postgres
POSTGRES_USER: postgres
POSTGRES_PASSWORD: mysecretpassword
image: postgres:14.0
image: postgres:14.2
restart: unless-stopped
volumes:
- db_data:/var/lib/postgresql/data
Expand Down Expand Up @@ -42,7 +42,7 @@ services:
POSTGRES_DB: postgres
POSTGRES_USER: postgres
POSTGRES_PASSWORD: mysecretpassword
image: postgres:14.0
image: postgres:14.2
ports:
- "5432:5432"
restart: unless-stopped
Expand Down

0 comments on commit 19f04a9

Please sign in to comment.