X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/6d1c41d6fd83824669cd1a6d714ea6da1ae7ab4c..e672f484160faae900fb7f7e281d06952fd35d28:/lib/pam/docker_test.go diff --git a/lib/pam/docker_test.go b/lib/pam/docker_test.go index fa16b313be..196cb97174 100644 --- a/lib/pam/docker_test.go +++ b/lib/pam/docker_test.go @@ -114,7 +114,7 @@ func (s *DockerSuite) runTestClient(c *check.C, args ...string) (stdout, stderr "-v", s.tmpdir + "/pam_arvados.so:/usr/lib/pam_arvados.so:ro", "-v", s.tmpdir + "/conffile:/usr/share/pam-configs/arvados:ro", "-v", s.tmpdir + "/testclient:/testclient:ro", - "debian:buster", + "debian:bullseye", "/testclient"}, args...)...) stdout = &bytes.Buffer{} stderr = &bytes.Buffer{}