From 0c31a06651d5260034e80e1e8a8c09261d1faeeb Mon Sep 17 00:00:00 2001 From: trantzas <ktrantzas@ece.upatras.gr> Date: Tue, 28 Jan 2025 14:37:02 +0000 Subject: [PATCH] Preparing for Release 2025Q2 --- Dockerfile | 2 +- src/Footer.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 2d0ba6b..be6ea64 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # Stage 1, based on Nginx, to have only the compiled app, ready for production with Nginx -FROM nginx:1.19.4 +FROM nginx:1.27.3 #Copy ci-dashboard-dist COPY ./src /usr/share/nginx/html/nfvportal #Copy default nginx configuration diff --git a/src/Footer.html b/src/Footer.html index d47cba3..1c1e184 100644 --- a/src/Footer.html +++ b/src/Footer.html @@ -53,7 +53,7 @@ OpenSlice has received funding from various projects under European Programmes for research, technological development and demonstration. You may refer to our extensive <a href="https://osl.etsi.org/ecosystem/">ecosystem</a> for further details. </div> - <div class='font-weight-light'>{{portalName}} running OSL version version 2024Q4 | + <div class='font-weight-light'>{{portalName}} running OSL version version 2025Q2-SNAPSHOT | <a href='https://osl.etsi.org/files/SDG_OSL_Terms_and_Conditions.pdf' class='font-weight-light'>Terms and Conditions</a> | © {{currentYear}} on behalf of <a target='_blank' href='https://osl.etsi.org/' title='osl.etsi.org' class='font-weight-light'>osl.etsi.org</a> </div> -- GitLab