Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# version 1.6.1-2
# version 1.6.3
# docker-version 1.11.1
FROM ubuntu:15.04
FROM ubuntu:16.04
MAINTAINER Jim Myhrberg "[email protected]"

ENV ZNC_VERSION 1.6.1
ENV ZNC_VERSION 1.6.3

RUN apt-get update \
&& apt-get install -y sudo wget build-essential libssl-dev libperl-dev \
Expand Down
2 changes: 1 addition & 1 deletion znc.conf.default
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
// But if you feel risky, you might want to read help on /znc saveconfig and /znc rehash.
// Also check http://en.znc.in/wiki/Configuration

Version = 1.6.1
Version = 1.6.3
<Listener l>
Port = 6667
IPv4 = true
Expand Down