Browse Source

Use latest base image

Girish Ramakrishnan 8 years ago
parent
commit
da27514ee0
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Dockerfile

+ 1 - 1
Dockerfile

@@ -1,4 +1,4 @@
-FROM cloudron/base:0.9.0
+FROM cloudron/base:0.10.0
 
 RUN apt-get update && \
     apt-get install -y openssh-server && \