Skip to content

Commit c1101e5

Browse files
committed
fixup! chore(deps): update postgres docker tag to v18
1 parent 2b0cc38 commit c1101e5

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.internal/tests/common.test.mjs.snapshot

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -415,7 +415,7 @@ exports[`common > should update compose.yml 1`] = `
415415
"",
416416
"services:",
417417
" db:",
418-
" image: postgres:17",
418+
" image: postgres:18",
419419
" ports:",
420420
" - \${DATABASE_PORT:-5432}:5432",
421421
" environment:",

.internal/tests/no-otel.test.mjs.snapshot

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -369,7 +369,7 @@ exports[`no-otel > should update compose.yml 1`] = `
369369
"",
370370
"services:",
371371
" db:",
372-
" image: postgres:17",
372+
" image: postgres:18",
373373
" ports:",
374374
" - \${DATABASE_PORT:-5432}:5432",
375375
" environment:",

0 commit comments

Comments
 (0)