Skip to content

Commit cffa633

Browse files
chore(deps): update postgres docker tag to v18
1 parent 4b4a574 commit cffa633

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

compose.dev.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
services:
22
postgres:
3-
image: "postgres:17.6"
3+
image: "postgres:18.1"
44
environment:
55
POSTGRES_USER: drinks
66
POSTGRES_PASSWORD: drinks

compose.prod.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
services:
22
postgres:
3-
image: "postgres:17.6"
3+
image: "postgres:18.1"
44
environment:
55
POSTGRES_USER: drinks
66
POSTGRES_PASSWORD: drinks

0 commit comments

Comments
 (0)