We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c788b8c commit 0e81917Copy full SHA for 0e81917
tests/int/test_int_docker.py
@@ -51,7 +51,7 @@ def test_int_docker_git_gem_and_pip_on_mult(helpers):
51
@pytest.mark.docker
52
def test_int_docker_pacman_on_arch(helpers):
53
helpers.run(
54
- 'pyinfra @docker/archlinux pacman.py',
+ 'pyinfra @docker/archlinux:base-20210131.0.14634 pacman.py',
55
expected_lines=['docker build complete'],
56
)
57
0 commit comments