From a45942059a98d05296e2288d89433d7909a72f8e Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 16 Jun 2026 15:28:10 +0000 Subject: [PATCH] fix: Dockerfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-ALPINE324-OPENSSL-17304661 - https://snyk.io/vuln/SNYK-ALPINE324-OPENSSL-17304662 - https://snyk.io/vuln/SNYK-ALPINE324-OPENSSL-17304663 - https://snyk.io/vuln/SNYK-ALPINE324-OPENSSL-17304664 - https://snyk.io/vuln/SNYK-ALPINE324-OPENSSL-17304665 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 625481e..a79eb55 100644 --- a/Dockerfile +++ b/Dockerfile @@ -12,7 +12,7 @@ RUN go mod download COPY . . RUN go build -ldflags "-s" github.com/paralus/relay -FROM alpine:latest as runtime +FROM alpine:3.24.1 as runtime LABEL description="Run container" WORKDIR /usr/bin