From 3d76887b7c71ee9bb624a51d636b7be3051adbaf Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 29 May 2022 17:35:28 +0000 Subject: [PATCH] fix: build/scripts/Complement.Dockerfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-DEBIAN9-OPENSSL-2426305 - https://snyk.io/vuln/SNYK-DEBIAN9-OPENSSL-2807589 - https://snyk.io/vuln/SNYK-DEBIAN9-OPENSSL-536850 - https://snyk.io/vuln/SNYK-DEBIAN9-PYTHON27-2764970 - https://snyk.io/vuln/SNYK-DEBIAN9-ZLIB-2433935 --- build/scripts/Complement.Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/scripts/Complement.Dockerfile b/build/scripts/Complement.Dockerfile index 6b2942d97b..13f9f72ba4 100644 --- a/build/scripts/Complement.Dockerfile +++ b/build/scripts/Complement.Dockerfile @@ -1,4 +1,4 @@ -FROM golang:1.16-stretch as build +FROM golang:1.18.2-stretch as build RUN apt-get update && apt-get install -y sqlite3 WORKDIR /build