Skip to content

Commit 55e7c46

Browse files
committed
lock docker version
1 parent 411d78b commit 55e7c46

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ECR.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ const test = new Test('ECR', async function integration() {
3333
const authorizationToken = await ecr.getAuthorizationToken()
3434
assert.equal(typeof authorizationToken, 'string')
3535

36-
const docker = new Docker()
36+
const docker = new Docker({ apiVersion: '1.44' })
3737

3838
{ // pull node-15:alpine
3939
const dataStream = await docker.pullImage('node:15-alpine')

0 commit comments

Comments
 (0)