fix docker build

This commit is contained in:
Karol Wypchlo 2020-09-03 19:19:40 +02:00
parent 2b36093367
commit 559960645e
6 changed files with 704 additions and 537 deletions

View File

@ -1,5 +1,5 @@
# we can't use alpine image since it fails on node-gyp # we can't use alpine image since it fails on node-gyp
FROM node:14.8.0 FROM node:14.9.0
WORKDIR /opt/hsd WORKDIR /opt/hsd

View File

@ -1,4 +1,4 @@
FROM node:14.8.0-alpine FROM node:14.9.0-alpine
WORKDIR /usr/app WORKDIR /usr/app

View File

@ -1,4 +1,4 @@
FROM node:14.8.0-alpine FROM node:14.9.0-alpine
WORKDIR /usr/app WORKDIR /usr/app

View File

@ -1,4 +1,4 @@
FROM node:14.8.0-alpine FROM node:14.9.0
WORKDIR /usr/app WORKDIR /usr/app

View File

@ -4,48 +4,48 @@
"version": "1.0.0", "version": "1.0.0",
"author": "Nebulous", "author": "Nebulous",
"dependencies": { "dependencies": {
"axios": "^0.20.0", "axios": "0.20.0",
"bytes": "^3.1.0", "bytes": "3.1.0",
"classnames": "^2.2.6", "classnames": "2.2.6",
"gatsby": "^2.24.47", "gatsby": "2.24.53",
"gatsby-image": "^2.4.16", "gatsby-image": "2.4.16",
"gatsby-plugin-manifest": "^2.4.23", "gatsby-plugin-manifest": "2.4.27",
"gatsby-plugin-matomo": "^0.8.3", "gatsby-plugin-matomo": "0.8.3",
"gatsby-plugin-react-helmet": "^3.3.10", "gatsby-plugin-react-helmet": "3.3.10",
"gatsby-plugin-remove-serviceworker": "^1.0.0", "gatsby-plugin-remove-serviceworker": "1.0.0",
"gatsby-plugin-robots-txt": "^1.5.1", "gatsby-plugin-robots-txt": "1.5.1",
"gatsby-plugin-sass": "^2.3.12", "gatsby-plugin-sass": "2.3.12",
"gatsby-plugin-sharp": "^2.6.27", "gatsby-plugin-sharp": "2.6.31",
"gatsby-source-filesystem": "^2.3.24", "gatsby-source-filesystem": "2.3.27",
"gatsby-transformer-sharp": "^2.5.13", "gatsby-transformer-sharp": "2.5.14",
"http-status-codes": "^2.1.1", "http-status-codes": "2.1.1",
"jsonp": "^0.2.1", "jsonp": "0.2.1",
"node-sass": "^4.14.0", "node-sass": "4.14.0",
"path-browserify": "^1.0.1", "path-browserify": "1.0.1",
"prop-types": "^15.7.2", "prop-types": "15.7.2",
"react": "^16.13.1", "react": "16.13.1",
"react-countup": "^4.3.3", "react-countup": "4.3.3",
"react-dom": "^16.13.1", "react-dom": "16.13.1",
"react-dropzone": "^11.0.2", "react-dropzone": "11.0.3",
"react-helmet": "^6.1.0", "react-helmet": "6.1.0",
"react-mailchimp-form": "^1.0.2", "react-mailchimp-form": "1.0.2",
"react-mailchimp-subscribe": "^2.1.0", "react-mailchimp-subscribe": "2.1.0",
"react-reveal": "^1.2.2", "react-reveal": "1.2.2",
"react-syntax-highlighter": "^13.5.0", "react-syntax-highlighter": "13.5.1",
"react-visibility-sensor": "^5.1.1", "react-visibility-sensor": "5.1.1",
"skynet-js": "0.0.8", "skynet-js": "0.0.8",
"typeface-metropolis": "^0.0.74" "typeface-metropolis": "0.0.74"
}, },
"devDependencies": { "devDependencies": {
"cypress": "^5.0.0", "cypress": "5.1.0",
"cypress-file-upload": "^4.0.7", "cypress-file-upload": "4.1.1",
"eslint": "^7.7.0", "eslint": "7.8.1",
"eslint-config-prettier": "^6.11.0", "eslint-config-prettier": "6.11.0",
"eslint-plugin-cypress": "^2.11.1", "eslint-plugin-cypress": "2.11.1",
"eslint-plugin-react": "^7.20.6", "eslint-plugin-react": "7.20.6",
"husky": "^4.2.5", "husky": "4.2.5",
"lint-staged": "^10.2.11", "lint-staged": "10.3.0",
"prettier": "^2.0.5" "prettier": "2.1.1"
}, },
"keywords": [ "keywords": [
"sia", "sia",

1155
yarn.lock

File diff suppressed because it is too large Load Diff