diff --git a/Dockerfile b/Dockerfile
index 924353c8f0c4cd27bf9b6d402276e066cdae05e2..40d1f929599310ac80c92e4ac8211e7cd1ef43f8 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -1,4 +1,4 @@
-FROM gliderlabs/alpine:3.1
+FROM alpine:latest
 MAINTAINER Johannes Mitlmeier <dev.jojomi@yahoo.com>
 
 RUN apk add --update \
@@ -11,4 +11,4 @@ RUN adduser www-data -G www-data -H -s /bin/false -D
 EXPOSE 80
 VOLUME /var/www
 
-ENTRYPOINT ["lighttpd", "-D", "-f", "/etc/lighttpd/lighttpd.conf"]
\ No newline at end of file
+ENTRYPOINT ["lighttpd", "-D", "-f", "/etc/lighttpd/lighttpd.conf"]