From 0a531d7169f0912a1402ed44ed51ed1e8d1bed21 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 28 Jan 2024 02:09:03 +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..e180495 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.18.6 WORKDIR /app COPY --from=build /app/src/bin/server /app/