From a000db9d661e8bd3a948cb71c1419200f10947ca Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?M=C3=A1rk=20S=C3=A1gi-Kaz=C3=A1r?= Date: Mon, 29 Apr 2024 10:06:36 -0300 Subject: [PATCH] fix: v1.16/Dockerfile to reduce vulnerabilities (#129) The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-ALPINE318-OPENSSL-6593964 - https://snyk.io/vuln/SNYK-ALPINE318-OPENSSL-6593964 Co-authored-by: snyk-bot --- v1.16/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/v1.16/Dockerfile b/v1.16/Dockerfile index 2281e1c..f466711 100644 --- a/v1.16/Dockerfile +++ b/v1.16/Dockerfile @@ -1,7 +1,7 @@ # TODO every time the base image is changed please make sure BASEIMAGEDEPS is updated (further down in this file) FROM public.ecr.aws/sumologic/kubernetes-fluentd:latest-alpine@sha256:b44e3526ae59b558576de5695aa5d6b1bdd4e0a080372f0f25d77a4d2092a476 AS sumo -FROM ruby:3.2.3-alpine3.18 as base +FROM ruby:3.2.4-alpine3.18 as base ARG BUILD_DEPS=" \ make gcc g++ libc-dev \