From 542222b9fca85b11c55e14d08a98e94ea2dfb9b4 Mon Sep 17 00:00:00 2001 From: jojomi <dev.jojomi@yahoo.com> Date: Sat, 27 Feb 2016 16:08:18 +0100 Subject: [PATCH] Upgrade to latest alpine image Also the image now is an official core image. --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 924353c..40d1f92 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"] -- GitLab