Skip to content

Commit

Permalink
OpenConceptLab/ocl_issues#1288 Upgrade Postgres to latest stable (13.7)
Browse files Browse the repository at this point in the history
  • Loading branch information
rkorytkowski committed Oct 7, 2022
1 parent 012d628 commit 3db248a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: '3'

services:
db:
image: postgres:14.2-alpine
image: postgres:13.7-alpine
restart: "always"
shm_size: "128mb"
environment:
Expand Down

0 comments on commit 3db248a

Please sign in to comment.