Explorar el Código

Update base image (to use go 1.5)

Otherwise, we get
    undefined: crypto.Signer
Girish Ramakrishnan hace 9 años
padre
commit
938d3c2acc
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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 && \