From 678dd28fed376a0305da673abdaa8d87de2c77e0 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 27 Jan 2024 20:27:24 +0000 Subject: [PATCH] fix: monitoring-as-code/Dockerfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-ALPINE317-OPENSSL-3188632 - https://snyk.io/vuln/SNYK-ALPINE317-OPENSSL-3314647 - https://snyk.io/vuln/SNYK-ALPINE317-OPENSSL-3314650 - https://snyk.io/vuln/SNYK-ALPINE317-OPENSSL-3314651 - https://snyk.io/vuln/SNYK-ALPINE317-OPENSSL-6032385 --- monitoring-as-code/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/monitoring-as-code/Dockerfile b/monitoring-as-code/Dockerfile index 4dc23d79..e5e30e02 100644 --- a/monitoring-as-code/Dockerfile +++ b/monitoring-as-code/Dockerfile @@ -12,7 +12,7 @@ RUN jb init && \ jb install https://github.com/grafana/grafonnet-lib/grafonnet && \ jb install https://github.com/grafana/jsonnet-libs/grafana-builder -FROM alpine:3.17.0 AS runner +FROM alpine:3.18.6 AS runner RUN apk -U upgrade