From a49a6e0bec8b334c688086b0f4acf218b6aee387 Mon Sep 17 00:00:00 2001 From: Zuber Mulla Date: Mon, 1 Dec 2025 17:20:10 +0530 Subject: [PATCH] Vulnerability fix updated alpine image --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 372c508..50917b8 100644 --- a/Dockerfile +++ b/Dockerfile @@ -5,7 +5,7 @@ # Builder image, where we build the example. -FROM vi-nexus.lab.vi.local/golang:1.23.12-alpine3.22 AS builder +FROM vi-nexus.lab.vi.local/golang:1.24-alpine3.22 AS builder ENV GOPATH /go