Compare commits

...

4 Commits

Author SHA1 Message Date
74b25307de 5.0.67 2021-10-22 19:45:49 +02:00
22af5432db fix(core): update 2021-10-22 19:45:49 +02:00
900c126a13 5.0.66 2021-10-22 19:40:16 +02:00
92fd3c36cf fix(core): update 2021-10-22 19:40:16 +02:00
4 changed files with 4 additions and 9 deletions

View File

@ -1,4 +1,4 @@
FROM ubuntu:xenial
FROM ubuntu:bionic
LABEL author="Lossless GmbH <hello@lossless.com>"
WORKDIR /workspace
@ -62,7 +62,7 @@ RUN echo 'debconf debconf/frontend select Noninteractive' | debconf-set-selectio
libnss3 \
lsb-release \
xdg-utils \
libcurl3 \
libcurl4 \
libssl-dev \
openssl \
libssl1.0.0 \

View File

@ -1,5 +0,0 @@
FROM hosttoday/ht-docker-node:npmci
LABEL author="Lossless GmbH <hello@lossless.com>"
RUN npm install -g snyk

2
package-lock.json generated
View File

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

View File

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