From 13bc3f317cff1c1ef100eeea30d5195515f168f5 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 21 Dec 2023 16:26:14 +0000 Subject: [PATCH] fix: Dockerfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-DEBIAN11-GLIBC-5927133 - https://snyk.io/vuln/SNYK-DEBIAN11-GLIBC-5927133 - https://snyk.io/vuln/SNYK-DEBIAN11-GLIBC-5927133 - https://snyk.io/vuln/SNYK-DEBIAN11-GLIBC-5927133 - https://snyk.io/vuln/SNYK-DEBIAN11-NGHTTP2-5953384 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 24d5974..d6f481a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ # This dockerfile is used to run unit tests. -FROM golang:1.20.1 +FROM golang:1.20.12 # install redis RUN git clone -b 5.0 --depth 1 https://github.com/antirez/redis.git