From bc10b4bed63cfc6944de9f0490018b767fdfca06 Mon Sep 17 00:00:00 2001
From: snyk-bot <snyk-bot@snyk.io>
Date: Wed, 31 Mar 2021 06:18:39 +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-PYTHON27-306503
- https://snyk.io/vuln/SNYK-DEBIAN9-PYTHON27-306536
---
 Dockerfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Dockerfile b/Dockerfile
index 4fc23210a..22027c43e 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -1,4 +1,4 @@
-FROM golang:1.10.1
+FROM golang:1
 
 # 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; \