Skip to content
This repository has been archived by the owner on Mar 23, 2023. It is now read-only.

Commit

Permalink
Change Docker naming scheme to use unified branch-based naming
Browse files Browse the repository at this point in the history
  • Loading branch information
j1elo committed May 24, 2022
1 parent d9f4d10 commit a6a513e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kurento-module-tests-api/test/_common.js
Original file line number Diff line number Diff line change
Expand Up @@ -275,7 +275,7 @@ lifecycle = {
var hostIp = ip;
console.log("Docker IP:", hostIp);
docker = new Docker();
docker.run('kurento/kurento-media-server-dev:latest', [], [
docker.run('kurento/kurento-media-server:dev', [], [
process.stdout,
process.stderr
], {
Expand Down

0 comments on commit a6a513e

Please sign in to comment.