Skip to content

Commit

Permalink
bump(deps): update postgres docker tag to v15.10
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 8, 2024
1 parent f7da935 commit e4732fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ services:
- "traefik.http.routers.whale.entrypoints=web"

postgres:
image: postgres:15.4-alpine
image: postgres:15.10-alpine
restart: always
env_file:
- ./apps/server/.env
Expand Down

0 comments on commit e4732fe

Please sign in to comment.