From 506f5d62bb637ee9a199e991bfd15ac85dceaab6 Mon Sep 17 00:00:00 2001
From: sovrgn <boyan.tsolov@vereign.com>
Date: Mon, 8 Apr 2024 15:50:41 +0300
Subject: [PATCH] test: no cache add and using stable-alpine

---
 apps/dashboard/deployment/ci-cd/Dockerfile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/apps/dashboard/deployment/ci-cd/Dockerfile b/apps/dashboard/deployment/ci-cd/Dockerfile
index 89c39d14..cc632d07 100644
--- a/apps/dashboard/deployment/ci-cd/Dockerfile
+++ b/apps/dashboard/deployment/ci-cd/Dockerfile
@@ -1,5 +1,5 @@
-FROM nginx:1.25.4-alpine
-RUN apk update && apk add npm nodejs-current=18.19.1-r0 python3 git make alpine-sdk wget unzip
+FROM nginx:stable-alpine
+RUN apk update && apk add --no-cache npm nodejs-current=18.19.1-r0 python3 git make alpine-sdk wget unzip
 
 RUN npm i -g yarn
 
-- 
GitLab