From d3176ea2705eebda9dc60073df5b781e9db9896d Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 3 Dec 2023 01:19:40 +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-GLIBC-5927133 - 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..10e6bef91 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.13.0a1 # set workdir to the home directory WORKDIR /root