diff --git a/Dockerfile b/Dockerfile
index 2d0ba6bad44fcc3fccf95bfed7add474f65f9cc5..be6ea641e76222602aa6bd3ed58302e80d56da8e 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 d47cba38f6634ea13448d659fb158fd7ee580a20..1c1e184fde7d7c1c94760a133ca64f0aaf15c2fe 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> | 
                         &copy; {{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>