Skip to content
Snippets Groups Projects
Commit b9067284 authored by kbeyro's avatar kbeyro
Browse files

Merge branch 'develop' into 294-add-domain-to-cluster

parents 9f311c12 112ca7b4
No related branches found
No related tags found
2 merge requests!184Develop,!179294 add domain to cluster
......@@ -8,7 +8,7 @@ RUN npm install -g @angular/cli@17
RUN npm i --force
RUN ng build --base-href / --configuration production
FROM nginx:1.27-alpine
FROM nginx:1.28-alpine
MAINTAINER nmaas@lists.geant.org
ARG webdir=/usr/share/nginx/html
......
......@@ -2,7 +2,7 @@ import org.gradle.internal.os.OperatingSystem;
plugins {
id "com.moowork.node" version "1.3.1"
id "org.sonarqube" version "3.2.0"
id "org.sonarqube" version "6.1.0.5360"
}
version = '1.7.0'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment