We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 411d78b commit 55e7c46Copy full SHA for 55e7c46
ECR.test.js
@@ -33,7 +33,7 @@ const test = new Test('ECR', async function integration() {
33
const authorizationToken = await ecr.getAuthorizationToken()
34
assert.equal(typeof authorizationToken, 'string')
35
36
- const docker = new Docker()
+ const docker = new Docker({ apiVersion: '1.44' })
37
38
{ // pull node-15:alpine
39
const dataStream = await docker.pullImage('node:15-alpine')
0 commit comments