Browse Source

Update base image (to use go 1.5)

Otherwise, we get
    undefined: crypto.Signer
Girish Ramakrishnan 9 năm trước cách đây
mục cha
commit
794a587661
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      Dockerfile

+ 1 - 1
Dockerfile

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