Skip to content

Commit

Permalink
node 16.13.1
Browse files Browse the repository at this point in the history
  • Loading branch information
oznu committed Dec 1, 2021
1 parent fb3deb3 commit 8807198
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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:16.13.0-${S6_ARCH:-amd64}
FROM oznu/s6-node:16.13.1-${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:16.13.0-ubuntu-${S6_ARCH:-amd64}
FROM oznu/s6-node:16.13.1-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

0 comments on commit 8807198

Please sign in to comment.