Skip to content

Commit

Permalink
Update Dockerfile.ansible to fc40 to match CI tests
Browse files Browse the repository at this point in the history
The same builds are used for both CI and ansible tests, their fedora
versions have to match to be able to install tested packages.
  • Loading branch information
kontura committed Nov 7, 2024
1 parent c024caf commit 806846e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile.ansible
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# $ podman build --build-arg TYPE=distro -t ansible -f Dockerfile.ansible
# $ podman run --net none -it ansible ./ansible

FROM fedora:39
FROM fedora:40
ARG TYPE=nightly

# enable nightlies if requested
Expand Down

0 comments on commit 806846e

Please sign in to comment.