docker-vulnerable-dvwa icon indicating copy to clipboard operation
docker-vulnerable-dvwa copied to clipboard

Docker Version in Docker file is outdated

Open arunsk7891 opened this issue 1 year ago • 1 comments

https://github.com/opsxcq/docker-vulnerable-dvwa/blob/master/Dockerfile

The FROM debian:9.2 is causing my Docker Jenkins pipeline to fail with Error : The error mentions you're using debian:9.2. Consider using a more recent Debian base image, such as debian:stretch, which is a general tag that should provide access to the package repositories.

[91mW: The repository 'http://security.debian.org stretch/updates Release' does not have a Release file.

Could you please update : FROM debian:stretch

arunsk7891 avatar Nov 10 '23 20:11 arunsk7891

updated it on my fork

0xWr41th avatar Apr 08 '24 02:04 0xWr41th