Skip to content

Commit

Permalink
chore: Upgrade local and CI to Postgres v15
Browse files Browse the repository at this point in the history
  • Loading branch information
apburnes committed Dec 14, 2023
1 parent 348e91b commit 498ad76
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Dockerfile-db
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
FROM postgres:11-alpine
FROM postgres:15-alpine

COPY scripts/docker-db-setup.sh /docker-entrypoint-initdb.d/10-docker-db-setup.sh
2 changes: 1 addition & 1 deletion ci/docker/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ services:
CF_API_PASSWORD: deploy_pass
PROXY_DOMAIN: localhost:1337
db:
image: postgres:11-alpine
image: postgres:15-alpine
environment:
POSTGRES_PASSWORD: password
redis:
Expand Down
2 changes: 1 addition & 1 deletion ci/pipeline-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -470,7 +470,7 @@ resources:
type: docker-image
source:
repository: postgres
tag: 11-alpine
tag: 15-alpine

- name: node
type: docker-image
Expand Down
2 changes: 1 addition & 1 deletion ci/pipeline-production.yml
Original file line number Diff line number Diff line change
Expand Up @@ -479,7 +479,7 @@ resources:
type: docker-image
source:
repository: postgres
tag: 11-alpine
tag: 15-alpine

- name: node
type: docker-image
Expand Down
2 changes: 1 addition & 1 deletion ci/pipeline-staging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -586,7 +586,7 @@ resources:
type: docker-image
source:
repository: postgres
tag: 11-alpine
tag: 15-alpine

- name: node
type: docker-image
Expand Down

0 comments on commit 498ad76

Please sign in to comment.