Skip to content

Commit a02034a

Browse files
authored
Merge pull request #163 from vip-git/renovate/docker-circleci-postgres-9.x
Update circleci/postgres Docker tag to v9.6.16
2 parents 04139cb + a27a52f commit a02034a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
environment:
1212
PORT: 3000
1313
# CircleCI PostgreSQL images available at: https://hub.docker.com/r/circleci/postgres/
14-
- image: circleci/postgres:9.6.13-alpine
14+
- image: circleci/postgres:9.6.16-alpine
1515
environment:
1616
POSTGRES_USER: postgres
1717
POSTGRES_DB: postgres

0 commit comments

Comments
 (0)