Skip to content

Commit

Permalink
switch back to pg 11 in testing
Browse files Browse the repository at this point in the history
  • Loading branch information
apburnes committed Oct 4, 2023
1 parent b508ce5 commit 7f4b143
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 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:13-alpine
FROM postgres:11-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:13
image: postgres:11-alpine
environment:
POSTGRES_PASSWORD: password
redis:
Expand Down
2 changes: 1 addition & 1 deletion ci/pipeline-production.yml
Original file line number Diff line number Diff line change
Expand Up @@ -388,7 +388,7 @@ resources:
type: docker-image
source:
repository: postgres
tag: 13-alpine
tag: 11-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 @@ -495,7 +495,7 @@ resources:
type: docker-image
source:
repository: postgres
tag: 13-alpine
tag: 11-alpine

- name: node
type: docker-image
Expand Down

0 comments on commit 7f4b143

Please sign in to comment.