From 7812dc5b83c37a006d24e4a4f87130a761f1367c Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 22 Sep 2023 00:45:08 +0000 Subject: [PATCH] fix: examples/robust_vision_benchmark/cleverhans_attack_example/Dockerfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-DEBIAN11-EXPAT-2331811 - https://snyk.io/vuln/SNYK-DEBIAN11-LIBWEBP-5893094 - https://snyk.io/vuln/SNYK-DEBIAN11-LIBWEBP-5893094 - https://snyk.io/vuln/SNYK-DEBIAN11-LIBWEBP-5893094 - https://snyk.io/vuln/SNYK-DEBIAN11-LIBWEBP-5893094 --- .../cleverhans_attack_example/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/robust_vision_benchmark/cleverhans_attack_example/Dockerfile b/examples/robust_vision_benchmark/cleverhans_attack_example/Dockerfile index 0f4df71da..3268f1cf5 100644 --- a/examples/robust_vision_benchmark/cleverhans_attack_example/Dockerfile +++ b/examples/robust_vision_benchmark/cleverhans_attack_example/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.6 +FROM python:3.8.18 # set workdir to the home directory WORKDIR /root