From c0c2d42c153f6c62cf1812a920977de6e60cb866 Mon Sep 17 00:00:00 2001 From: rdev2021 Date: Mon, 25 May 2026 12:23:25 +0530 Subject: [PATCH] patch: new version to fix vulns --- Dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index fa819dc..be0c118 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,5 @@ -FROM alpine:3.22.4 +ARG TAG=latest +FROM alpine:${TAG} LABEL maintainer="Ramesh Devaraj"