From 3871a9fd73cdf3984251a08831bbb509a21a0e01 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 19 Jul 2023 03:53:54 +0000 Subject: [PATCH] fix: images/build-env/Dockerfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-DEBIAN10-CURL-3065760 - https://snyk.io/vuln/SNYK-DEBIAN10-CURL-466509 - https://snyk.io/vuln/SNYK-DEBIAN10-CURL-466510 - https://snyk.io/vuln/SNYK-DEBIAN10-DPKG-2847944 - https://snyk.io/vuln/SNYK-DEBIAN10-GIT-3232718 --- images/build-env/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/images/build-env/Dockerfile b/images/build-env/Dockerfile index dac5422e595..97efbbc2e0d 100644 --- a/images/build-env/Dockerfile +++ b/images/build-env/Dockerfile @@ -1,4 +1,4 @@ -FROM golang:1.12 +FROM golang:1.21rc3 LABEL io.tyk.vendor="Tyk" \ version="1.0" \ description="Base image for builds"