Skip to content

Commit e0b28da

Browse files
authored
Merge pull request #92 from janog-netcon/renovate/postgres-11.x
Update postgres Docker tag to v11.22
2 parents 0463a11 + 0553532 commit e0b28da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ services:
6161
command: yarn run dev
6262

6363
db:
64-
image: postgres:11.3-alpine
64+
image: postgres:11.22-alpine
6565
env_file: .env
6666
volumes:
6767
- 'pgdata:/var/lib/postgresql/data'

0 commit comments

Comments
 (0)