Skip to content

Commit

Permalink
bump postgres version to 15 to match current deployments (#57)
Browse files Browse the repository at this point in the history
  • Loading branch information
labkey-willm authored Jan 12, 2024
1 parent 2484a31 commit 0a8a91c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ services:
- SLEEP=${SLEEP:-0}

pg-community:
image: postgres:13
image: postgres:15
# deploy:
# resources:
# limits:
Expand Down Expand Up @@ -198,7 +198,7 @@ services:
- SLEEP=${SLEEP:-0}

pg-allpg:
image: postgres:13
image: postgres:15
# deploy:
# resources:
# limits:
Expand Down Expand Up @@ -307,7 +307,7 @@ services:
- SLEEP=${SLEEP:-0}

pg-enterprise:
image: postgres:13
image: postgres:15
# deploy:
# resources:
# limits:
Expand Down Expand Up @@ -419,7 +419,7 @@ services:
- SLEEP=${SLEEP:-0}

pg-lims_starter:
image: postgres:13
image: postgres:15
# deploy:
# resources:
# limits:
Expand Down

0 comments on commit 0a8a91c

Please sign in to comment.