From 2cbdafea46415eb84a150812f3f43c1b34caa609 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 9 Mar 2023 04:52:29 +0000 Subject: [PATCH] fix: Dockerfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-DEBIAN11-CURL-2936229 - 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-LIBTASN16-3061097 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 460a205..afe2ae5 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM golang:1.17 +FROM golang:1.19.6 RUN mkdir /forum