Skip to content

Commit

Permalink
build: bump version numbers
Browse files Browse the repository at this point in the history
  • Loading branch information
ewan-escience committed Mar 29, 2024
1 parent fc68c4d commit 65ab5ed
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ version: "3.0"
services:
database:
build: ./database
image: rsd/database:2.2.2
image: rsd/database:2.3.2
ports:
# enable connection from outside (development mode)
- "5432:5432"
Expand Down Expand Up @@ -110,7 +110,7 @@ services:
# dockerfile to use for build
dockerfile: Dockerfile
# update version number to correspond to frontend/package.json
image: rsd/frontend:2.8.2
image: rsd/frontend:2.8.3
environment:
# it uses values from .env file
- POSTGREST_URL
Expand Down Expand Up @@ -157,7 +157,7 @@ services:

scrapers:
build: ./scrapers
image: rsd/scrapers:1.7.0
image: rsd/scrapers:1.8.0
environment:
# it uses values from .env file
- POSTGREST_URL
Expand Down

0 comments on commit 65ab5ed

Please sign in to comment.