From 6eff7b31bcab2ea1995c12ebfb73f3c0d30d42b3 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 1 Jun 2022 02:22:09 +0000 Subject: [PATCH] fix: build/scripts/ComplementLocal.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/ComplementLocal.Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/scripts/ComplementLocal.Dockerfile b/build/scripts/ComplementLocal.Dockerfile index 60b4d983ad..7590ac473f 100644 --- a/build/scripts/ComplementLocal.Dockerfile +++ b/build/scripts/ComplementLocal.Dockerfile @@ -6,7 +6,7 @@ # # Use these mounts to make use of this dockerfile: # COMPLEMENT_HOST_MOUNTS='/your/local/dendrite:/dendrite:ro;/your/go/path:/go:ro' -FROM golang:1.16-stretch +FROM golang:1.17-stretch RUN apt-get update && apt-get install -y sqlite3 WORKDIR /runtime