From 71a7bb9acbb2ebe5fd12e221fcba9ee5b2d93a35 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 12 Jul 2023 14:43:18 +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-466509 - https://snyk.io/vuln/SNYK-DEBIAN10-CURL-466510 - https://snyk.io/vuln/SNYK-DEBIAN10-DPKG-2847944 - https://snyk.io/vuln/SNYK-DEBIAN10-LIBTASN16-3061094 - https://snyk.io/vuln/SNYK-DEBIAN10-PYTHON27-1063178 --- 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..05b4636a82d 100644 --- a/images/build-env/Dockerfile +++ b/images/build-env/Dockerfile @@ -1,4 +1,4 @@ -FROM golang:1.12 +FROM golang:1.19.10 LABEL io.tyk.vendor="Tyk" \ version="1.0" \ description="Base image for builds"