Explorar o código

[Dockerfiles] From -> FROM

Michael Käufl %!s(int64=8) %!d(string=hai) anos
pai
achega
9762176810
Modificáronse 2 ficheiros con 2 adicións e 2 borrados
  1. 1 1
      data/Dockerfiles/dovecot/Dockerfile
  2. 1 1
      data/Dockerfiles/postfix/Dockerfile

+ 1 - 1
data/Dockerfiles/dovecot/Dockerfile

@@ -1,4 +1,4 @@
-From ubuntu:xenial
+FROM ubuntu:xenial
 MAINTAINER Andre Peters <andre.peters@servercow.de>
 
 ENV DEBIAN_FRONTEND noninteractive

+ 1 - 1
data/Dockerfiles/postfix/Dockerfile

@@ -1,4 +1,4 @@
-From ubuntu:xenial
+FROM ubuntu:xenial
 MAINTAINER Andre Peters <andre.peters@servercow.de>
 
 ENV DEBIAN_FRONTEND noninteractive