diff --git a/.drone.jsonnet b/.drone.jsonnet index 3d6b76b..2507e09 100644 --- a/.drone.jsonnet +++ b/.drone.jsonnet @@ -32,7 +32,7 @@ local test_distro(distribution) = { name: 'Molecule test on %(distribution)s' % { distribution: distribution }, volumes: [{ name: 'dockersock', path: '/var/run' },], - image: 'guisea/ansible-molecule:latest', + image: 'guisea/ansible-molecule:alpine-latest', commands: [ 'sleep 10', // give docker enough time to start 'mkdir ${DRONE_REPO_NAME}',