From ede6dfbe9af1a906d760a3df238caba010da7f1e Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 15 Mar 2024 18:15:55 +0000 Subject: [PATCH] fix: Dockerfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-DEBIAN8-GIT-340820 - https://snyk.io/vuln/SNYK-DEBIAN8-GIT-340820 - https://snyk.io/vuln/SNYK-DEBIAN8-GIT-340907 - https://snyk.io/vuln/SNYK-DEBIAN8-GIT-340907 - https://snyk.io/vuln/SNYK-DEBIAN8-OPENSSH-368697 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 765d044..a3d66b9 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM golang:1.8 +FROM golang:1.21.7 RUN apt-get update RUN apt-get install -y tzdata git RUN cp /usr/share/zoneinfo/America/Denver /etc/localtime