From 63546e4c69e8adab10e476b3304d272b264383d0 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 5 Sep 2024 06:02:37 +0000 Subject: [PATCH] fix: Dockerfile to reduce vulnerabilities --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index d7e59ad..600ef63 100644 --- a/Dockerfile +++ b/Dockerfile @@ -15,7 +15,7 @@ RUN apk add -u -t build-tools curl git && \ # # Runtime container # -FROM alpine:3.19.3 +FROM alpine:3.20 WORKDIR /app