Compare commits
4 Commits
Author | SHA1 | Date | |
---|---|---|---|
844d238162 | |||
783077d851 | |||
9512e4b2f4 | |||
c7ecee7a30 |
@ -55,4 +55,4 @@ RUN set -ex \
|
||||
# export the environment variable of LD_PRELOAD
|
||||
ENV LD_PRELOAD /lib/stack-fix.so
|
||||
|
||||
RUN npm config set unsafe-perm true
|
||||
RUN pnpm config set unsafe-perm true
|
||||
|
@ -1,4 +1,4 @@
|
||||
FROM docker:20-dind
|
||||
FROM docker:dind
|
||||
|
||||
RUN apk update && apk add --no-cache \
|
||||
git \
|
||||
@ -55,4 +55,4 @@ RUN set -ex \
|
||||
# export the environment variable of LD_PRELOAD
|
||||
ENV LD_PRELOAD /lib/stack-fix.so
|
||||
|
||||
RUN npm config set unsafe-perm true
|
||||
RUN pnpm config set unsafe-perm true
|
||||
|
2
package-lock.json
generated
2
package-lock.json
generated
@ -1,5 +1,5 @@
|
||||
{
|
||||
"name": "ht-docker-dbase",
|
||||
"version": "1.0.86",
|
||||
"version": "1.0.88",
|
||||
"lockfileVersion": 1
|
||||
}
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "ht-docker-dbase",
|
||||
"version": "1.0.86",
|
||||
"version": "1.0.88",
|
||||
"description": "easy CI for docker images",
|
||||
"main": "index.js",
|
||||
"directories": {
|
||||
|
Reference in New Issue
Block a user