From 98aeb62ddf8ebad2dfdfd2f05d16254a3b340af8 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 25 May 2022 19:35:05 +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-OPENLDAP-2808416 - https://snyk.io/vuln/SNYK-DEBIAN9-OPENLDAP-2808416 - https://snyk.io/vuln/SNYK-DEBIAN9-OPENSSL-2426305 - https://snyk.io/vuln/SNYK-DEBIAN9-OPENSSL-2807589 - https://snyk.io/vuln/SNYK-DEBIAN9-OPENSSL-2807589 --- 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