From 696c6ffd3b484ebc7bc5fb4cac53b69a9746fe39 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 28 Jan 2026 11:56:33 +0000 Subject: [PATCH] fix: alpine/latest/Dockerfile to reduce vulnerabilities --- alpine/latest/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/alpine/latest/Dockerfile b/alpine/latest/Dockerfile index eeabd01..6f35977 100644 --- a/alpine/latest/Dockerfile +++ b/alpine/latest/Dockerfile @@ -1,5 +1,5 @@ # vim:set ft=dockerfile: -FROM alpine:latest +FROM alpine:3.23.3 LABEL maintainer="Andrius Kairiukstis "