Browse Source

Change base image to 0.8.0

Girish Ramakrishnan 9 years ago
parent
commit
c2e9f2859c
1 changed files with 1 additions and 3 deletions
  1. 1 3
      Dockerfile

+ 1 - 3
Dockerfile

@@ -1,8 +1,6 @@
-FROM cloudron/base:0.3.0
+FROM cloudron/base:0.8.0
 MAINTAINER Girish Ramakrishnan <girish@forwardbias.in>
 
-ENV DEBIAN_FRONTEND noninteractive
-
 RUN mkdir -p /app/code
 WORKDIR /app/code
 RUN curl -L http://wordpress.org/wordpress-4.2.2.tar.gz | tar -xz --strip-components 1 -f -