Skip to content

Commit f0f5331

Browse files
updated postgres (boxyhq#1630)
1 parent 1a88850 commit f0f5331

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/main.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040

4141
services:
4242
postgres:
43-
image: postgres:13
43+
image: postgres:16.4
4444
ports:
4545
- 5432:5432
4646
env:

docker-compose.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
services:
22
db:
3-
image: postgres
3+
image: postgres:16.4
44
restart: always
55
environment:
66
POSTGRES_PASSWORD: admin

0 commit comments

Comments
 (0)