Challenge 4 ☆☆
Welcome to challenge Challenge 4.
Find the secret hidden in the WrongSecrets repository. This challenge focuses on Docker.
💡 Look for: Configuration files, source code, environment variables, Docker files, or cloud infrastructure related to this challenge.
The developer got smarter: now the password is no longer defined by an ENV argument, but by means of a docker container build argument.
You can easily spot it by looking at how the layers got constructed.