presidium 4.1.0 → 4.1.1

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/Docker.js +1 -1
  2. package/package.json +1 -1
package/Docker.js CHANGED
@@ -411,7 +411,7 @@ class Docker {
411
411
  async buildImage(path, options = {}) {
412
412
  path = path.endsWith('/') ? path : `${path}/`
413
413
 
414
- const archiveDir = `/tmp/presidium/Docker-buildImage/${uniqid()}`
414
+ const archiveDir = `tmp/presidium/Docker-buildImage/${uniqid()}`
415
415
 
416
416
  await fs.promises.mkdir(archiveDir, { recursive: true })
417
417
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "presidium",
3
- "version": "4.1.0",
3
+ "version": "4.1.1",
4
4
  "description": "The Presidium library.",
5
5
  "author": "Richard Tong",
6
6
  "license": "CFOSS",