Docker MAINTENER instruction is deprecated in favor of LABEL

This commit is contained in:
Tigerblue77
2022-07-10 15:04:15 +02:00
parent f90bb85b8f
commit 45b2af3e92

View File

@@ -1,6 +1,6 @@
FROM ubuntu:latest
MAINTAINER tigerblue77
LABEL org.opencontainers.image.authors="tigerblue77"
RUN apt-get update