From 66a089a100a7831c490ce4d3df9c93392a340648 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 17 Feb 2025 06:27:11 +0000 Subject: [PATCH] fix: Dockerfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-ALPINE321-OPENSSL-8690014 - https://snyk.io/vuln/SNYK-ALPINE321-OPENSSL-8690014 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 4114917..2f676c3 100644 --- a/Dockerfile +++ b/Dockerfile @@ -14,7 +14,7 @@ COPY . . RUN go build -tags musl --ldflags "-extldflags -static" -o sfu ./cmd/sfu -FROM alpine:3.21.0 +FROM alpine:3.21.3 RUN apk update && apk add tzdata