From 199b0641bd7271f53c9f87c43bb4bd39e9a1a708 Mon Sep 17 00:00:00 2001 From: Neil Date: Sun, 2 Apr 2017 23:45:40 +0100 Subject: [PATCH 1/2] Update Dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index f4e0bae..11af9cf 100644 --- a/Dockerfile +++ b/Dockerfile @@ -7,7 +7,7 @@ ARG VERSION LABEL build_version="Linuxserver.io version:- ${VERSION} Build-date:- ${BUILD_DATE}" # set package version -ENV COPS_VER="1.0.1" +ENV COPS_VER="1.1.0" # install runtime packages RUN \ From 16c0e5d3a3191ac6e30854e9736c4983d2211f8d Mon Sep 17 00:00:00 2001 From: Neil Date: Sun, 2 Apr 2017 23:47:06 +0100 Subject: [PATCH 2/2] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 6e45db0..042a367 100644 --- a/README.md +++ b/README.md @@ -110,6 +110,7 @@ Unlike other implementations of COPS in a docker container, the linuxserver ver ## Versions ++ **02.04.17:** Updated to version 1.1.0. + **05.02.17:** Updated to Alpine 3.5 & PHP7. + **24.10.16:** Updated to implement user based config. + **24.10.16:** Updated to version 1.0.1.