Skip to content

Commit

Permalink
Revert to tag v0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
apotdevin committed May 19, 2020
1 parent 85e20d9 commit f79667c
Show file tree
Hide file tree
Showing 5 changed files with 25 additions and 33 deletions.
8 changes: 0 additions & 8 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,6 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

### [0.6.4](https://github.com/apotdevin/thunderhub/compare/v0.6.3...v0.6.4) (2020-05-19)

### [0.6.3](https://github.com/apotdevin/thunderhub/compare/v0.6.2...v0.6.3) (2020-05-19)

### [0.6.2](https://github.com/apotdevin/thunderhub/compare/v0.6.1...v0.6.2) (2020-05-19)

### [0.6.1](https://github.com/apotdevin/thunderhub/compare/v0.6.0...v0.6.1) (2020-05-19)

## [0.6.0](https://github.com/apotdevin/thunderhub/compare/v0.5.6...v0.6.0) (2020-05-19)


Expand Down
16 changes: 8 additions & 8 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
# ----------------
# ---------------
# Install Dependencies
# ----------------
FROM node:12.16-stretch as build
# ---------------
FROM node:12-alpine as build

# Install dependencies neccesary for node-gyp on node alpine
# RUN apk add --update --no-cache \
# python \
# make \
# g++
RUN apk add --update --no-cache \
python \
make \
g++

# Install app dependencies
COPY package.json .
Expand All @@ -19,7 +19,7 @@ RUN npm install -D cross-env typescript @types/react @next/bundle-analyzer
# ---------------
# Build App
# ---------------
FROM node:12.16-alpine
FROM node:12-alpine

WORKDIR /app

Expand Down
16 changes: 8 additions & 8 deletions arm32v7.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
# ----------------
# ---------------
# Install Dependencies
# ----------------
FROM arm32v7/node:12.16-stretch as build
# ---------------
FROM arm32v7/node:12-alpine as build

# Install dependencies neccesary for node-gyp on node alpine
# RUN apk add --update --no-cache \
# python \
# make \
# g++
RUN apk add --update --no-cache \
python \
make \
g++

# Install app dependencies
COPY package.json .
Expand All @@ -19,7 +19,7 @@ RUN npm install -D cross-env typescript @types/react @next/bundle-analyzer
# ---------------
# Build App
# ---------------
FROM arm32v7/node:12.16-alpine
FROM arm32v7/node:12-alpine

WORKDIR /app

Expand Down
16 changes: 8 additions & 8 deletions arm64v8.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
# ----------------
# ---------------
# Install Dependencies
# ----------------
FROM arm64v8/node:12.16-stretch as build
# ---------------
FROM arm64v8/node:12-alpine as build

# Install dependencies neccesary for node-gyp on node alpine
# RUN apk add --update --no-cache \
# python \
# make \
# g++
RUN apk add --update --no-cache \
python \
make \
g++

# Install app dependencies
COPY package.json .
Expand All @@ -19,7 +19,7 @@ RUN npm install -D cross-env typescript @types/react @next/bundle-analyzer
# ---------------
# Build App
# ---------------
FROM arm64v8/node:12.16-alpine
FROM arm64v8/node:12-alpine

WORKDIR /app

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "thunderhub",
"version": "0.6.4",
"version": "0.6.0",
"description": "",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit f79667c

Please sign in to comment.