From 0975c27735c8607ac2927dccba32b72d4f9f9dc4 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 25 Mar 2021 06:15:10 +0000 Subject: [PATCH] fix: Dockerfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-DEBIAN9-GIT-340821 - https://snyk.io/vuln/SNYK-DEBIAN9-GIT-340908 - https://snyk.io/vuln/SNYK-DEBIAN9-PROCPS-309314 - https://snyk.io/vuln/SNYK-DEBIAN9-SUBVERSION-456173 - https://snyk.io/vuln/SNYK-DEBIAN9-WGET-342192 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 4fc23210a..25dfa1291 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM golang:1.10.1 +FROM golang:1.15 # Install pact ruby standalone binaries RUN curl -LO https://github.com/pact-foundation/pact-ruby-standalone/releases/download/v1.37.0/pact-1.37.0-linux-x86_64.tar.gz; \