Skip to content

Commit c5346c2

Browse files
chore: bump psql to version 14 (#811)
chore: bump psql to version 14
2 parents 5197f9b + 473536f commit c5346c2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

hokusai/development.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ services:
3030
- rosalind-postgres
3131
- rosalind-redis
3232
rosalind-postgres:
33-
image: postgres:12.5-alpine
33+
image: postgres:14.12-alpine
3434
environment:
3535
- POSTGRES_DB=rosalind_development
3636
- PGDATA=/tmp

hokusai/test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ services:
1010
- RAILS_ENV=test
1111
- DATABASE_URL=postgresql://postgres:@rosalind-postgres/rosalind_test
1212
rosalind-postgres:
13-
image: postgres:12.5-alpine
13+
image: postgres:14.12-alpine
1414
environment:
1515
- POSTGRES_DB=rosalind_test
1616
- POSTGRES_HOST_AUTH_METHOD=trust

0 commit comments

Comments
 (0)