Skip to content

Commit f3bab59

Browse files
Update postgres Docker tag to v12.15
1 parent ca97c95 commit f3bab59

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
DEBUG: nrg.rateLimit
2525
services:
2626
postgres:
27-
image: postgres:12.3
27+
image: postgres:12.15
2828
env:
2929
POSTGRES_DB: nrg
3030
POSTGRES_USER: nrg

examples/accounts/docker-compose.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ services:
1111
- $REDIS_PORT:6379
1212

1313
db:
14-
image: postgres:12.3
14+
image: postgres:12.15
1515
stop_signal: SIGINT
1616
ports:
1717
- $DB_PORT:5432

0 commit comments

Comments
 (0)