From 6cb9dbfb7dc0370e2ffd6087aaa632402bb0d34f Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 16 Nov 2024 02:36:17 +0000 Subject: [PATCH] fix: samples/client/petstore/bash/Dockerfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-ALPINE312-APKTOOLS-1533753 - https://snyk.io/vuln/SNYK-ALPINE312-OPENSSL-1569452 - https://snyk.io/vuln/SNYK-ALPINE312-OPENSSL-1569452 - https://snyk.io/vuln/SNYK-ALPINE312-ZLIB-2977082 - https://snyk.io/vuln/SNYK-ALPINE312-BUSYBOX-1920739 --- samples/client/petstore/bash/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/samples/client/petstore/bash/Dockerfile b/samples/client/petstore/bash/Dockerfile index 451c6a916f96..ebcbfccda9d2 100644 --- a/samples/client/petstore/bash/Dockerfile +++ b/samples/client/petstore/bash/Dockerfile @@ -1,4 +1,4 @@ -FROM alpine:3.12.0 +FROM alpine:3.20.3 RUN apk add --update --no-cache curl ca-certificates bash bash-completion zsh curl git vim ncurses util-linux