diff options
| author | Fabian Mastenbroek <mail.fabianm@gmail.com> | 2023-03-25 22:52:15 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-03-25 22:52:15 +0000 |
| commit | 526d6cd6b48b30cf7bbe40478d57bbc67e7027cc (patch) | |
| tree | 3446c3eeb7cfb415fd68eae4329889a84d0b5868 /opendc-web | |
| parent | 41ea1888c26ef6f53f86ad1286715e4fd02730b9 (diff) | |
| parent | a94610b3954cb2368fff789db668129d6ae6a339 (diff) | |
merge: Update Gradle and build dependencies (#144)
This pull request updates the Gradle wrapper to 8.0 and updates the simulator dependencies where possible.
Diffstat (limited to 'opendc-web')
| -rw-r--r-- | opendc-web/opendc-web-runner/Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/opendc-web/opendc-web-runner/Dockerfile b/opendc-web/opendc-web-runner/Dockerfile index 5dcc3b9c..3f393055 100644 --- a/opendc-web/opendc-web-runner/Dockerfile +++ b/opendc-web/opendc-web-runner/Dockerfile @@ -1,4 +1,4 @@ -FROM openjdk:18-slim +FROM openjdk:17-slim MAINTAINER OpenDC Maintainers <opendc@atlarge-research.com> # Obtain (cache) Gradle wrapper |
