Skip to content

Commit

Permalink
chore(deps): update postgres docker tag to v13.12
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Aug 12, 2023
1 parent a0e22bf commit 23d2755
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docker-compose.dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: '3.8'

services:
db:
image: postgres:13.2-alpine
image: postgres:13.12-alpine
ports:
- "5432:5432"
env_file:
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ services:
max-file: "10"

postgres:
image: postgres:13.2-alpine
image: postgres:13.12-alpine
container_name: todo-bot-postgres
environment:
- POSTGRES_USER=postgres
Expand Down

0 comments on commit 23d2755

Please sign in to comment.