Skip to content

Commit 666b5a7

Browse files
chore(deps): update postgres docker tag to v18 (#3646)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 93d6c1b commit 666b5a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

website/docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
services:
22
db:
33
container_name: ark-plus-db
4-
image: postgres:16-alpine
4+
image: postgres:18-alpine
55
restart: always
66
ports:
77
- 5432:5432

0 commit comments

Comments
 (0)