From a1be049cdcd27767e000bd855eb9dc7f12862be8 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 4 Aug 2023 02:35:53 +0000 Subject: [PATCH] fix: Dockerfile.integration to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-DEBIAN11-CURL-3065656 - https://snyk.io/vuln/SNYK-DEBIAN11-GIT-3232722 - https://snyk.io/vuln/SNYK-DEBIAN11-GIT-3232724 - https://snyk.io/vuln/SNYK-DEBIAN11-OPENSSL-3314584 - https://snyk.io/vuln/SNYK-DEBIAN11-OPENSSL-3314604 --- Dockerfile.integration | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile.integration b/Dockerfile.integration index f1ef81ff..512164ed 100644 --- a/Dockerfile.integration +++ b/Dockerfile.integration @@ -1,5 +1,5 @@ # Running this docker image runs the integration tests. -FROM golang:1.18 +FROM golang:1.21rc3 RUN apt-get update -y && apt-get install sudo stunnel4 redis memcached -y && rm -rf /var/lib/apt/lists/*