Skip to content

Commit

Permalink
chore: bump postgres version to 15.5 (#3280)
Browse files Browse the repository at this point in the history
  • Loading branch information
gagantrivedi authored Jan 25, 2024
1 parent 0847e20 commit 8bd2af3
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/api-pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:

services:
postgres:
image: postgres:11.12-alpine
image: postgres:15.5-alpine
env:
POSTGRES_USER: postgres
POSTGRES_PASSWORD: postgres
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ volumes:

services:
postgres:
image: postgres:11.12-alpine
image: postgres:15.5-alpine
environment:
POSTGRES_PASSWORD: password
POSTGRES_DB: flagsmith
Expand Down
2 changes: 1 addition & 1 deletion docker/api/docker-compose.datadog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
version: '3'
services:
postgres:
image: postgres:11.12-alpine
image: postgres:15.5-alpine
environment:
POSTGRES_PASSWORD: password
POSTGRES_DB: flagsmith
Expand Down
2 changes: 1 addition & 1 deletion docker/db.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ volumes:

services:
db:
image: postgres:11.12-alpine
image: postgres:15.5-alpine
pull_policy: always
restart: unless-stopped
volumes:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ obtain the file afterwards. There is an example docker-compose file provided bel
version: '3'
services:
postgres:
image: postgres:11.12-alpine
image: postgres:15.5-alpine
environment:
POSTGRES_PASSWORD: password
POSTGRES_DB: flagsmith
Expand Down
2 changes: 1 addition & 1 deletion docs/docs/deployment/configuration/task-processor.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ A basic docker-compose setup might look like:

```yaml
postgres:
image: postgres:11.12-alpine
image: postgres:15.5-alpine
environment:
POSTGRES_PASSWORD: password
POSTGRES_DB: flagsmith
Expand Down
2 changes: 1 addition & 1 deletion docs/docs/deployment/hosting/locally-api.md
Original file line number Diff line number Diff line change
Expand Up @@ -346,7 +346,7 @@ metrics from external services.
version: '3'
services:
postgres:
image: postgres:11.12-alpine
image: postgres:15.5-alpine
environment:
POSTGRES_PASSWORD: password
POSTGRES_DB: flagsmith
Expand Down
2 changes: 1 addition & 1 deletion frontend/docker-compose-e2e-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
version: '3'
services:
db:
image: postgres:11.12-alpine
image: postgres:15.5-alpine
environment:
POSTGRES_PASSWORD: password
POSTGRES_DB: flagsmith
Expand Down

0 comments on commit 8bd2af3

Please sign in to comment.