From 5c19e006f64ac9ea805f639dd87beab63bb744dc Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 13 Nov 2021 23:56:29 +0000 Subject: [PATCH] fix: examples/storage/redis/image/Dockerfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-ALPINE34-OPENSSL-374005 - https://snyk.io/vuln/SNYK-ALPINE34-OPENSSL-374005 - https://snyk.io/vuln/SNYK-ALPINE34-OPENSSL-374450 - https://snyk.io/vuln/SNYK-ALPINE34-OPENSSL-374450 - https://snyk.io/vuln/SNYK-ALPINE34-OPENSSL-374732 --- examples/storage/redis/image/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/storage/redis/image/Dockerfile b/examples/storage/redis/image/Dockerfile index 9f619a5adebc5..a8a09cd413adf 100644 --- a/examples/storage/redis/image/Dockerfile +++ b/examples/storage/redis/image/Dockerfile @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -FROM alpine:3.4 +FROM alpine:3.12.8 RUN apk add --no-cache redis sed bash