From dfdc6784615f8c5331e8f482f9dfc22ab2e9fc5e Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 19 Jun 2022 21:22:14 +0000 Subject: [PATCH] fix: Dockerfile.integration to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-DEBIAN10-DPKG-2847944 - https://snyk.io/vuln/SNYK-DEBIAN10-OPENSSL-1569403 - https://snyk.io/vuln/SNYK-DEBIAN10-OPENSSL-2807585 - https://snyk.io/vuln/SNYK-DEBIAN10-SUBVERSION-1071814 - https://snyk.io/vuln/SNYK-DEBIAN10-SUBVERSION-2635642 --- Dockerfile.integration | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile.integration b/Dockerfile.integration index 55eb04b4..9debc0d3 100644 --- a/Dockerfile.integration +++ b/Dockerfile.integration @@ -1,5 +1,5 @@ # Running this docker image runs the integration tests. -FROM golang:1.14 +FROM golang:1.19beta1 RUN apt-get update -y && apt-get install sudo stunnel4 redis memcached -y && rm -rf /var/lib/apt/lists/*