2 Commits

Author SHA1 Message Date
9c9f34b9b0 1.0.5 2022-06-16 15:44:14 +02:00
7a27674170 fix(core): update 2022-06-16 15:44:14 +02:00
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
FROM node:8-slim FROM node:18-slim
# See https://crbug.com/795759 # See https://crbug.com/795759
RUN apt-get update && apt-get install -yq libgconf-2-4 RUN apt-get update && apt-get install -yq libgconf-2-4

View File

@ -1,7 +1,7 @@
{ {
"name": "ht-docker-chrome", "name": "ht-docker-chrome",
"private": true, "private": true,
"version": "1.0.4", "version": "1.0.5",
"description": "chrome for docker", "description": "chrome for docker",
"main": "index.js", "main": "index.js",
"scripts": { "scripts": {