From d155cb29567c8b8b4f0fa2169633f0c3119b0c18 Mon Sep 17 00:00:00 2001 From: deepthi-mantena <96411257+deepthi-mantena@users.noreply.github.com> Date: Tue, 18 Jun 2024 14:37:49 +0530 Subject: [PATCH] Deepthi M|BAH 3890|updated the base image to resolve the vulnerabilities (#16) * Deepthi M|BAH-3890|updated the base image to resolve the vulnerabilities * Deepthi M|BAH-3890|updated the base image to resolve the vulnerabilities * Deepthi M|BAH-3890|updated the base image to resolve the vulnerabilities --- package/docker/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package/docker/Dockerfile b/package/docker/Dockerfile index 08b04db..c547378 100644 --- a/package/docker/Dockerfile +++ b/package/docker/Dockerfile @@ -1,4 +1,4 @@ -FROM nginx:1.25.1-alpine +FROM nginx:1.27.0-alpine RUN apk update