Sfoglia il codice sorgente

Update the base image

Girish Ramakrishnan 9 anni fa
parent
commit
9d309a2d45
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      Dockerfile

+ 1 - 1
Dockerfile

@@ -1,4 +1,4 @@
-FROM cloudron/base:0.3.0
+FROM cloudron/base:0.3.2
 
 RUN apt-get update && \
     apt-get install -y openssh-server mysql-client && \