From e19f1663f7767d3838bec08269ec8dd2a8629b2a Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 18 Mar 2022 05:18:17 +0000 Subject: [PATCH] fix: debug.dockerfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-ALPINE315-OPENSSL-2426331 - https://snyk.io/vuln/SNYK-ALPINE315-OPENSSL-2426331 --- debug.dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debug.dockerfile b/debug.dockerfile index 96d04af..a49dca7 100644 --- a/debug.dockerfile +++ b/debug.dockerfile @@ -1,4 +1,4 @@ -FROM alpine:latest +FROM alpine:3.15 RUN apk --no-cache --update add bash wget ca-certificates WORKDIR /