소스 검색

Remove maintainer label

Mohammad Abdolirad 2 년 전
부모
커밋
a887927b78
1개의 변경된 파일0개의 추가작업 그리고 2개의 파일을 삭제
  1. 0 2
      3.13/Dockerfile

+ 0 - 2
3.13/Dockerfile

@@ -1,7 +1,5 @@
 FROM alpine:3.13.10 AS base
 
-LABEL maintainer="The Dockage Authors"
-
 RUN echo '@edge http://dl-cdn.alpinelinux.org/alpine/edge/main' >> /etc/apk/repositories \
     && echo '@edgecommunity http://dl-cdn.alpinelinux.org/alpine/edge/community' >> /etc/apk/repositories \
     && echo '@testing http://dl-cdn.alpinelinux.org/alpine/edge/testing' >> /etc/apk/repositories \