From ee53d751f4e67f66a271443f5cfcb29b2fac63c6 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 30 May 2022 00:52:37 +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-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-536850 - 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..e772ba653a 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.18.2-stretch RUN apt-get update && apt-get install -y sqlite3 WORKDIR /runtime