Skip to content

Commit 0e81917

Browse files
committed
Pin Archlinux tag in Docker tests.
1 parent c788b8c commit 0e81917

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/int/test_int_docker.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ def test_int_docker_git_gem_and_pip_on_mult(helpers):
5151
@pytest.mark.docker
5252
def test_int_docker_pacman_on_arch(helpers):
5353
helpers.run(
54-
'pyinfra @docker/archlinux pacman.py',
54+
'pyinfra @docker/archlinux:base-20210131.0.14634 pacman.py',
5555
expected_lines=['docker build complete'],
5656
)
5757

0 commit comments

Comments
 (0)