From ae7d804ec8041a6568c52034bed949b26a9350d7 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 31 May 2022 18:18:57 +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..ac6056eb81 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.17-stretch as build RUN apt-get update && apt-get install -y sqlite3 WORKDIR /build