@goldstack/utils-docker 0.3.25 → 0.3.26

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.
@@ -140,7 +140,7 @@ const renderHostEnvironmentVariables = () => {
140
140
  .join('');
141
141
  };
142
142
  exports.renderHostEnvironmentVariables = renderHostEnvironmentVariables;
143
- const imageGoldstackBuild = () => 'goldstack/goldstack-docker-build:0.1.3';
143
+ const imageGoldstackBuild = () => 'goldstack/goldstack-docker-build:0.3.0';
144
144
  exports.imageGoldstackBuild = imageGoldstackBuild;
145
145
  const imageTerraform = () => 'hashicorp/terraform:0.12.26';
146
146
  exports.imageTerraform = imageTerraform;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@goldstack/utils-docker",
3
- "version": "0.3.25",
3
+ "version": "0.3.26",
4
4
  "description": "Utilities to run commands in local docker containers.",
5
5
  "keywords": [
6
6
  "goldstack",