Skip to content

Commit

Permalink
node 14.15.5
Browse files Browse the repository at this point in the history
  • Loading branch information
oznu committed Feb 10, 2021
1 parent 0dd0625 commit e8a4c6d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
ARG S6_ARCH
FROM oznu/s6-node:14.15.4-${S6_ARCH:-amd64}
FROM oznu/s6-node:14.15.5-${S6_ARCH:-amd64}

RUN apk add --no-cache git python2 python3 make g++ avahi-compat-libdns_sd avahi-dev dbus \
iputils sudo nano \
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.ubuntu
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
ARG S6_ARCH
FROM oznu/s6-node:14.15.4-ubuntu-${S6_ARCH:-amd64}
FROM oznu/s6-node:14.15.5-ubuntu-${S6_ARCH:-amd64}

RUN apt-get update \
&& apt-get install -y git python make g++ libnss-mdns avahi-discover libavahi-compat-libdnssd-dev \
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ docker run oznu/homebridge:ubuntu
See the wiki for a list of image variants: https://github.com/oznu/docker-homebridge/wiki
#### 5. Ask on Discord
#### 3. Ask on Discord
Join the [Official Homebridge Discord](https://discord.gg/Cmq8a44) community and ask in the [#docker](https://discord.gg/Cmq8a44) channel.
Expand Down

0 comments on commit e8a4c6d

Please sign in to comment.