Skip to content
This repository has been archived by the owner on Aug 24, 2021. It is now read-only.

Commit

Permalink
Updated node
Browse files Browse the repository at this point in the history
  • Loading branch information
marcoraddatz committed Sep 25, 2020
1 parent 18b779c commit 5b6b4f5
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 4 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
/config.json
/config.json.bak
/config.json.bak
node_modules
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## 5.1
- Default Homebridge version is v1.2.3
- Updated Node.js to version 12.18

## 5.0
- Default Homebridge version is v1.0.4
- Updated Node.js to version 12.16.2
Expand Down
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM node:12.16.2-stretch
FROM node:12.18-stretch

MAINTAINER Marco Raddatz
LABEL maintainer="Marco Raddatz"

# Set environment variables
ENV DEBIAN_FRONTEND noninteractive
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
5.0
5.1

0 comments on commit 5b6b4f5

Please sign in to comment.