From d82f06e46e8c57cab1b150d437f0e4adf074972c Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 8 Jun 2022 03:47:20 +0000 Subject: [PATCH] fix: vendor/github.com/spotahome/kooper/docker/dev/Dockerfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-ALPINE312-BUSYBOX-2440610 - https://snyk.io/vuln/SNYK-ALPINE312-OPENSSL-1569452 - https://snyk.io/vuln/SNYK-ALPINE312-OPENSSL-1569452 - https://snyk.io/vuln/SNYK-ALPINE312-OPENSSL-2426332 - https://snyk.io/vuln/SNYK-ALPINE312-OPENSSL-2426332 --- vendor/github.com/spotahome/kooper/docker/dev/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vendor/github.com/spotahome/kooper/docker/dev/Dockerfile b/vendor/github.com/spotahome/kooper/docker/dev/Dockerfile index fd13e18dc..fa60f3e86 100644 --- a/vendor/github.com/spotahome/kooper/docker/dev/Dockerfile +++ b/vendor/github.com/spotahome/kooper/docker/dev/Dockerfile @@ -1,4 +1,4 @@ -FROM golang:1.13-alpine +FROM golang:1.18.2-alpine RUN apk --no-cache add \ g++ \