Explorar el Código

remove unneeded AS statements

George S. Baugh hace 4 años
padre
commit
5074e5a975
Se han modificado 2 ficheros con 2 adiciones y 2 borrados
  1. 1 1
      Dockerfile
  2. 1 1
      Dockerfile.build

+ 1 - 1
Dockerfile

@@ -1,4 +1,4 @@
-FROM troglodyne/base:latest AS tcms
+FROM troglodyne/base:latest
 
 ARG port=5000
 LABEL description="tCMS: a Perl CMS by Troglodyne LLC"

+ 1 - 1
Dockerfile.build

@@ -1,4 +1,4 @@
-FROM ubuntu:21.04 AS base
+FROM ubuntu:21.04
 
 USER root
 RUN useradd tcms