Skip to content

Commit

Permalink
ubuntu test image
Browse files Browse the repository at this point in the history
  • Loading branch information
apocas committed Oct 7, 2019
1 parent 05e15d0 commit b2b3ab6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion test/docker.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ var docker = require('./spec_helper').docker;
var dockert = require('./spec_helper').dockert;


var testImage = 'ubuntu:14.04';
var testImage = 'ubuntu:latest';
var testVolume = {
"Name": "tardis",
"Driver": "local",
Expand Down
2 changes: 1 addition & 1 deletion test/image.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
var expect = require('chai').expect;
var docker = require('./spec_helper').docker;

var testImage = 'ubuntu:14.04';
var testImage = 'ubuntu:latest';

describe("#image", function() {

Expand Down
2 changes: 1 addition & 1 deletion test/promises.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ var dockerp = require('./spec_helper').dockerp;
var MemoryStream = require('memorystream');
var Socket = require('net').Socket;

var testImage = 'ubuntu:14.04';
var testImage = 'ubuntu:latest';

describe("#promises", function() {

Expand Down

0 comments on commit b2b3ab6

Please sign in to comment.