From ddf87047578a1eee7ae0e97295f8e8eec97a8278 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 28 Oct 2024 05:22:54 +0000 Subject: [PATCH] fix: cmd/deep/Dockerfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-ALPINE319-OPENSSL-8235202 - https://snyk.io/vuln/SNYK-ALPINE319-OPENSSL-8235202 - https://snyk.io/vuln/SNYK-ALPINE319-OPENSSL-7895536 - https://snyk.io/vuln/SNYK-ALPINE319-OPENSSL-7895536 --- cmd/deep/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/deep/Dockerfile b/cmd/deep/Dockerfile index 2308ce8..f9838dc 100644 --- a/cmd/deep/Dockerfile +++ b/cmd/deep/Dockerfile @@ -1,4 +1,4 @@ -FROM alpine:3.19.3 as certs +FROM alpine:3.19.4 as certs RUN apk --update add ca-certificates ARG TARGETARCH COPY bin/linux/deep-${TARGETARCH} /deep