Przeglądaj źródła

change baseimage to linuxserver

sparklyballs 9 lat temu
rodzic
commit
74cafea696
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      Dockerfile

+ 1 - 1
Dockerfile

@@ -1,5 +1,5 @@
 # set base os
-FROM phusion/baseimage:0.9.17
+FROM linuxserver/baseimage
 RUN rm -rf /etc/service/sshd /etc/my_init.d/00_regen_ssh_host_keys.sh
 
 MAINTAINER Mark Burford <sparklyballs@gmail.com>