소스 검색

Update the base image

Girish Ramakrishnan 9 년 전
부모
커밋
9d309a2d45
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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 && \