mirror of
https://github.com/bensuperpc/dockcross.git
synced 2025-06-11 13:39:24 +02:00
Replace deprecated label 'MAINTAINER' by 'LABEL maintainer'
Signed-off-by: Bensuperpc <bensuperpc@gmail.com>
This commit is contained in:
@ -1,5 +1,6 @@
|
||||
FROM emscripten/emsdk:2.0.30
|
||||
MAINTAINER Matt McCormick "matt.mccormick@kitware.com"
|
||||
|
||||
LABEL maintainer="Matt McCormick matt.mccormick@kitware.com"
|
||||
|
||||
# Revert back to "/bin/sh" as default shell
|
||||
# See https://github.com/asRIA/emscripten-docker/blob/master/Dockerfile.in#L4
|
||||
|
Reference in New Issue
Block a user