Compare commits

...

2 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
3 changed files with 3 additions and 3 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

2
package-lock.json generated
View File

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

View File

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