From 358dac901241a641ef0602c0d90968f47bf13ba3 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 15 Jun 2023 15:59:19 +0000 Subject: [PATCH] fix: build/Dockerfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-ALPINE318-OPENSSL-5661572 - https://snyk.io/vuln/SNYK-ALPINE318-OPENSSL-5661572 --- build/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/Dockerfile b/build/Dockerfile index 557504c1e..549847757 100644 --- a/build/Dockerfile +++ b/build/Dockerfile @@ -1,5 +1,5 @@ # Dockerfile of the default image of litmus-generic-e2e docker executor -FROM golang:alpine +FROM golang:1-alpine3.18 ARG KUBECTL_VERSION=1.18.0