Compare commits

..

2 Commits

Author SHA1 Message Date
844d238162 1.0.88 2023-06-25 13:11:37 +02:00
783077d851 fix(core): update 2023-06-25 13:11:36 +02:00
3 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
FROM docker:20-dind FROM docker:dind
RUN apk update && apk add --no-cache \ RUN apk update && apk add --no-cache \
git \ git \

2
package-lock.json generated
View File

@ -1,5 +1,5 @@
{ {
"name": "ht-docker-dbase", "name": "ht-docker-dbase",
"version": "1.0.87", "version": "1.0.88",
"lockfileVersion": 1 "lockfileVersion": 1
} }

View File

@ -1,6 +1,6 @@
{ {
"name": "ht-docker-dbase", "name": "ht-docker-dbase",
"version": "1.0.87", "version": "1.0.88",
"description": "easy CI for docker images", "description": "easy CI for docker images",
"main": "index.js", "main": "index.js",
"directories": { "directories": {