fix(core): Improved the image creation process from tar stream in DockerImage class.

This commit is contained in:
2024-12-23 00:30:00 +01:00
parent 66bd36dc4f
commit 4a1d649e5e
5 changed files with 136 additions and 74 deletions

View File

@@ -3,6 +3,6 @@
*/
export const commitinfo = {
name: '@apiclient.xyz/docker',
version: '1.2.7',
version: '1.2.8',
description: 'Provides easy communication with Docker remote API from Node.js, with TypeScript support.'
}