diff options
| author | Fabian Mastenbroek <mail.fabianm@gmail.com> | 2022-05-15 21:48:32 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-05-15 21:48:32 +0200 |
| commit | e35d7c49856d8fb5965a315976ac6fdd6c9fb718 (patch) | |
| tree | 1d34c185a02b29f3faa871607cc24eecbf5d2f15 /gradle/libs.versions.toml | |
| parent | 8a772cf16457fb703ad468c3f06b02ca045e5ec4 (diff) | |
| parent | 3908391fd67da33df2d43c1b01a9e1709dd73c05 (diff) | |
merge: Build Docker images for build pipeline (#85)
This pull request updates the CI build pipeline to also build the Docker
images in order to catch any regressions in the deployment process via
Docker.
## Implementation Notes :hammer_and_pick:
* Build Docker images for build pipeline
* Reduce build steps for Docker image
* Ensure Node.js is downloaded
## Breaking API Changes :warning:
N/A
Diffstat (limited to 'gradle/libs.versions.toml')
| -rw-r--r-- | gradle/libs.versions.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index a7956ce3..a6eac3ed 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -5,7 +5,7 @@ clikt = "3.4.1" config = "1.4.2" commons-math3 = "3.6.1" dokka = "1.6.10" -gradle-node = "3.2.1" +gradle-node = "3.3.0" hadoop = "3.3.1" jackson = "2.13.2" jandex-gradle = "0.12.0" |
