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

Commit

Permalink
v0.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
markh authored Jun 8, 2022
1 parent 9187d8e commit 9c89210
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# base upon nodejs v17, apline version for smaller container size
FROM node:17-alpine
FROM node:17-alpine as builder

# Enable correct timezone inside container
# Pass TZ env from docker run
Expand Down Expand Up @@ -27,4 +27,4 @@ LABEL org.opencontainers.image.title="Nest_accfactory"
LABEL org.opencontainers.image.description="HomeKit integration for Nest devices based on HAP-NodeJS library"
LABEL org.opencontainers.image.url="https://github.com/n0rt0nthec4t/Nest_accfactory"
LABEL org.opencontainers.image.authors="[email protected]"
LABEL org.opencontainers.image.version="v0.0.1"
LABEL org.opencontainers.image.version="v0.0.2"

0 comments on commit 9c89210

Please sign in to comment.