From 017830719e9996b2e5f99f89c17150ffb5f5d751 Mon Sep 17 00:00:00 2001 From: Nathan Handler Date: Tue, 27 Oct 2015 21:06:44 -0700 Subject: [PATCH] Update base image to use ubuntu:15.10 Ubuntu 15.10 has been released and is the latest stable version. --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index d6fcadc..e9927ad 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ # version 1.6.1-1 # docker-version 1.8.2 -FROM ubuntu:15.04 +FROM ubuntu:15.10 MAINTAINER Jim Myhrberg "contact@jimeh.me" ENV ZNC_VERSION 1.6.1