Skip to content

Commit

Permalink
Update software versions
Browse files Browse the repository at this point in the history
  • Loading branch information
pixeltrix committed Mar 19, 2021
1 parent 92421f6 commit ce2962a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ This is the code base for the [UK Government and Parliament's petitions service]

## Setup

We recommend using [Docker Desktop][2] to get setup quickly. If you'd prefer not to use Docker then you'll need Ruby (2.4+), Node (10+), PostgreSQL (9.6+) and Memcached (1.4+) installed.
We recommend using [Docker Desktop][2] to get setup quickly. If you'd prefer not to use Docker then you'll need Ruby (2.6+), Node (12+), PostgreSQL (10+) and Memcached (1.5+) installed.

### Create the databases

Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ x-application: &application

services:
postgres:
image: postgres:10.7
image: postgres:10.16
restart: always
ports:
- "5432:5432"
Expand Down

0 comments on commit ce2962a

Please sign in to comment.