Skip to content

Commit d9e84bf

Browse files
chore(deps): update postgres docker tag to v13.19
1 parent a0e22bf commit d9e84bf

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docker-compose.dev.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ version: '3.8'
22

33
services:
44
db:
5-
image: postgres:13.2-alpine
5+
image: postgres:13.19-alpine
66
ports:
77
- "5432:5432"
88
env_file:

docker-compose.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ services:
2222
max-file: "10"
2323

2424
postgres:
25-
image: postgres:13.2-alpine
25+
image: postgres:13.19-alpine
2626
container_name: todo-bot-postgres
2727
environment:
2828
- POSTGRES_USER=postgres

0 commit comments

Comments
 (0)