diff options
| author | Fabian Mastenbroek <mail.fabianm@gmail.com> | 2022-02-17 16:52:02 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-02-17 16:52:02 +0100 |
| commit | a5b32960460b2e7b52032471bf23d29832734fba (patch) | |
| tree | 2ecf213097f2308b862fceb73374c6ff489faec6 /database/Dockerfile | |
| parent | 02c215ad57e1e4d56c54d22be58e1845bdeebf25 (diff) | |
| parent | 49c9f371f19e4f13c45861922b7da33da24ecf49 (diff) | |
merge: Update deployment via Docker
This pull request updates the deployment process to be compatible with the latest auth changes.
- Support custom audience in web runner
- Fix API deployment using Docker Compose
- Actualize deployment guide
- Update to OpenJDK 17
**External Dependencies**
- Mongo 5
- OpenJDK 17
Diffstat (limited to 'database/Dockerfile')
| -rw-r--r-- | database/Dockerfile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/database/Dockerfile b/database/Dockerfile index af3a8382..e4978da6 100644 --- a/database/Dockerfile +++ b/database/Dockerfile @@ -1,5 +1,5 @@ -FROM mongo:4.2.8 -MAINTAINER Jacob Burley <j.burley@vu.nl> +FROM mongo:5.0 +MAINTAINER OpenDC Maintainers <opendc@atlarge-research.com> # Import init scripts ADD mongo-init-opendc-db.sh /docker-entrypoint-initdb.d |
