Skip to content

Commit

Permalink
[BUMP] Update dependency postgres to v16.6
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 6, 2024
1 parent 29d7bce commit 306aee5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ jobs:
build-and-test:
docker:
- image: cimg/node:22.11.0
- image: postgres:15.8-alpine
- image: postgres:16.6-alpine
name: pg-pix-bot
environment:
POSTGRES_USER: circleci
Expand Down
2 changes: 1 addition & 1 deletion compose.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
services:
postgres-pix-bot:
image: postgres:16.3-alpine
image: postgres:16.6-alpine
container_name: pix-bot-postgres
ports:
- '${PIX_BOT_PORT_API:-5477}:5432'
Expand Down
2 changes: 1 addition & 1 deletion scalingo.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
{
"plan": "postgresql:postgresql-sandbox",
"options": {
"version": "15.8"
"version": "16.6"
}
}
],
Expand Down

0 comments on commit 306aee5

Please sign in to comment.