polyci 0.0.17 → 0.0.18

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/dist/main.js +1 -1
  2. package/package.json +1 -1
package/dist/main.js CHANGED
@@ -139,7 +139,7 @@ function appendGlobalVariables(lines) {
139
139
  lines.push(` IMAGE_GIT: alpine/git:latest`);
140
140
  lines.push(` IMAGE_NGINX: nginx:alpine-slim`);
141
141
  lines.push(` IMAGE_DOCKER: docker:latest`);
142
- lines.push(` IMAGE_COMPOSE: docker:cli`);
142
+ lines.push(` IMAGE_COMPOSE: docker:20.10-cli`);
143
143
  lines.push(` GIT_PACKAGE: git`);
144
144
  lines.push(` GIT_STRATEGY: clone`); //this prevents the stale tags in the ci job.
145
145
  lines.push(``);
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "polyci",
3
3
  "description": "Monorepo CI/CD utilities.",
4
- "version": "0.0.17",
4
+ "version": "0.0.18",
5
5
  "type": "module",
6
6
  "private": false,
7
7
  "author": "Alexander Tsarev",