Skip to content

Commit 7c3e4fa

Browse files
chore(deps): update postgres docker tag to v18
1 parent f598e88 commit 7c3e4fa

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ volumes:
99
services:
1010
postgres:
1111
container_name: mood_diary_db
12-
image: postgres:11.22-alpine
12+
image: postgres:18.4-alpine
1313
environment:
1414
POSTGRES_DB: ${PG__NAME:-mood_diary}
1515
POSTGRES_USER: ${PG__USER:-user}

0 commit comments

Comments
 (0)