From 53ea376b2aeea1b047f7486fab99836a762d50ad Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 15 Nov 2024 02:28:12 +0000 Subject: [PATCH] fix: Dockerfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-ALPINE310-APKTOOLS-1534688 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 2766c27..150de97 100644 --- a/Dockerfile +++ b/Dockerfile @@ -13,7 +13,7 @@ WORKDIR /app/src RUN go mod download RUN make build-binary -FROM alpine:3.10 +FROM alpine:3.20.3 WORKDIR /app COPY --from=build /app/src/bin/server /app/