Skip to content

Commit 5904732

Browse files
authored
update postgres in example compose file [no ci]
chore(deps): update postgres docker tag to v17
2 parents 11815f0 + 1f6a344 commit 5904732

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker-compose.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ services:
6161
- mariadbdata:/var/lib/mysql
6262

6363
postgres:
64-
image: postgres:11
64+
image: postgres:17
6565
labels:
6666
stack-back.postgres: true
6767
environment:

0 commit comments

Comments
 (0)