Compare commits

...

4 Commits

Author SHA1 Message Date
385780e50c 5.0.97 2022-10-19 01:04:27 +02:00
b894a361bd fix(core): update 2022-10-19 01:04:27 +02:00
f0747237cf 5.0.96 2022-10-19 00:38:05 +02:00
89ba2f5a9f fix(core): update 2022-10-19 00:38:05 +02:00
4 changed files with 4 additions and 4 deletions

View File

@ -1,4 +1,4 @@
FROM node:18.7.0-alpine
FROM node:19.0.0-alpine
LABEL author="Lossless GmbH <hello@lossless.com>"
RUN apk update && apk add bash libc6-compat alpine-sdk
ENV PYTHONUNBUFFERED=1

View File

@ -1,5 +1,5 @@
FROM hosttoday/ht-docker-node:alpine
RUN apk add --update alpine-sdk && \
apk add libffi-dev openssl-dev && \
apk add python-dev python3-dev && \
apk add python3-dev && \
pnpm install -g @shipzone/npmci node-gyp

2
package-lock.json generated
View File

@ -1,5 +1,5 @@
{
"name": "ht-docker-node",
"version": "5.0.95",
"version": "5.0.97",
"lockfileVersion": 1
}

View File

@ -1,6 +1,6 @@
{
"name": "ht-docker-node",
"version": "5.0.95",
"version": "5.0.97",
"description": "docker image with nodejs and shipzone.io support",
"main": "index.js",
"scripts": {