summaryrefslogtreecommitdiff
path: root/database/Dockerfile
diff options
context:
space:
mode:
authorFabian Mastenbroek <mail.fabianm@gmail.com>2022-02-17 16:52:02 +0100
committerGitHub <noreply@github.com>2022-02-17 16:52:02 +0100
commita5b32960460b2e7b52032471bf23d29832734fba (patch)
tree2ecf213097f2308b862fceb73374c6ff489faec6 /database/Dockerfile
parent02c215ad57e1e4d56c54d22be58e1845bdeebf25 (diff)
parent49c9f371f19e4f13c45861922b7da33da24ecf49 (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/Dockerfile4
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