Skip to content

Commit

Permalink
Merge pull request #3370 from igoropaniuk/contribute_updates
Browse files Browse the repository at this point in the history
docs: update Dockerfile
  • Loading branch information
cgwalters authored Jan 20, 2025
2 parents 1ae8113 + 12f850a commit 24d4730
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/contributing-tutorial.md
Original file line number Diff line number Diff line change
Expand Up @@ -114,11 +114,11 @@ The example below uses Docker to manage containers. Save the contents of this **

```bash
# this pulls the fedora 28 image
FROM registry.fedoraproject.org/fedora:28
FROM registry.fedoraproject.org/fedora:41

# install ostree dependencies
RUN dnf update -y && \
dnf -y install @buildsys-build dnf-plugins-core && \
dnf -y install @buildsys-build dnf-plugins-core python3-yaml && \
dnf -y builddep ostree && \
dnf clean all

Expand Down

0 comments on commit 24d4730

Please sign in to comment.