pwn_docker_example
pwn_docker_example copied to clipboard
Fix Dockerfile: Update Ubuntu version and correct ownership
This pull request addresses two issues in the Dockerfile located in pwn_docker_example/challenge/Dockerfile:
-
Updated Ubuntu Version: The base image was changed from
ubuntu:19.10(which is EOL) toubuntu:22.04, ensuring compatibility and support. -
Corrected File Ownership: The ownership of
/home/ctfis updated to the correct userctfto resolve permission issues when running the container.
These changes improve the Dockerfile's functionality and ensure the container works as intended.