Skip to content

Fix Dockerfile: Update Ubuntu version and correct ownership #20

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

puneetred
Copy link

This pull request addresses two issues in the Dockerfile located in pwn_docker_example/challenge/Dockerfile:

  1. Updated Ubuntu Version: The base image was changed from ubuntu:19.10 (which is EOL) to ubuntu:22.04, ensuring compatibility and support.
  2. Corrected File Ownership: The ownership of /home/ctf is updated to the correct user ctf to resolve permission issues when running the container.

These changes improve the Dockerfile's functionality and ensure the container works as intended.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant