diff --git a/Dockerfile b/Dockerfile
index fe75e922218c93910c98104078faeb6ae994d15f..b7523175c147d7d4d93cc5ab8720962df04a6568 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -1,4 +1,4 @@
-FROM lsiobase/alpine:edge
+FROM lsiobase/alpine:3.5
 MAINTAINER Gonzalo Peci <davyjones@linuxserver.io>, sparklyballs
 
 # environment variables
@@ -21,9 +21,6 @@ RUN \
 	--repository http://nl.alpinelinux.org/alpine/edge/testing \
 	deluge && \
 
-# update certificates
- update-ca-certificates && \
-
 # install build packages
  apk add --no-cache --virtual=build-dependencies \
 	g++ \
diff --git a/README.md b/README.md
index 7d1bccd4c1a130402e4b3cff790d5f3bc22f3197..30b6cd1c59bdf889c453c5b785ad3889fd7aee6a 100644
--- a/README.md
+++ b/README.md
@@ -87,6 +87,7 @@ Change the downloads location in the webui in Preferences->Downloads and use /do
 
 ## Versions
 
++ **28.12.16:** Rebase to alpine 3.5 baseimage.
 + **17.11.16:** Rebase to edge baseimage.
 + **13.10.16:** Switch to libressl as openssl deprecated from alpine linux and deluge dependency
 no longer installs.