From 7ed6cdbcbe77aad1eaf0bd8cbb6278160b22ac24 Mon Sep 17 00:00:00 2001 From: "Jessica F. Martinez" Date: Fri, 22 Nov 2024 12:30:46 +0100 Subject: [PATCH] FIX build issues --- Dockerfile.production | 2 +- components/Landing/LandingHeader.vue | 2 +- components/Landing/LandingKeyFeatures.vue | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Dockerfile.production b/Dockerfile.production index 9dccb08..5692045 100644 --- a/Dockerfile.production +++ b/Dockerfile.production @@ -51,7 +51,7 @@ COPY nginx_copy.conf /etc/nginx/conf.d/default.conf # Instalar Node.js para ejecutar el servidor Nuxt 3 RUN apt-get update && apt-get install -y curl && \ - curl -fsSL https://deb.nodesource.com/setup_18.x | bash - && \ + curl -fsSL https://deb.nodesource.com/setup_20.x | bash - && \ apt-get install -y nodejs && \ apt-get clean diff --git a/components/Landing/LandingHeader.vue b/components/Landing/LandingHeader.vue index 937ce6a..af55c1a 100644 --- a/components/Landing/LandingHeader.vue +++ b/components/Landing/LandingHeader.vue @@ -56,7 +56,7 @@
welcome-header-image
diff --git a/components/Landing/LandingKeyFeatures.vue b/components/Landing/LandingKeyFeatures.vue index 5e27676..369934b 100644 --- a/components/Landing/LandingKeyFeatures.vue +++ b/components/Landing/LandingKeyFeatures.vue @@ -10,7 +10,7 @@ data-aos-duration="3000" > welcome-header-image