Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion recipes/compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ x-hardening: &hardening
services:
db_recipes:
<<: *hardening
image: postgres:16.14-alpine # exact pin, not the floating 16-alpine tag, so Renovate proposes bumps one at a time
image: postgres:18.4-alpine # exact pin, not the floating 16-alpine tag, so Renovate proposes bumps one at a time
container_name: db_recipes
restart: unless-stopped
environment:
Expand Down
2 changes: 1 addition & 1 deletion sparkyfitness/compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ x-hardening: &hardening
services:
sparkyfitness-db:
<<: *hardening
image: postgres:18.3-alpine # upstream's own tested pin
image: postgres:18.4-alpine # upstream's own tested pin
container_name: sparkyfitness-db
restart: unless-stopped
environment:
Expand Down