mirror of
https://github.com/jessfraz/dockerfiles.git
synced 2025-12-08 14:22:40 +01:00
Replaced deprecated MAINTAINER with LABEL (#242)
Signed-off-by: Michael Käufl <dockerfiles@c.michael-kaeufl.de>
This commit is contained in:
@@ -16,7 +16,7 @@
|
||||
|
||||
# Base docker image
|
||||
FROM alpine:latest
|
||||
MAINTAINER Jessie Frazelle <jess@linux.com>
|
||||
LABEL maintainer "Jessie Frazelle <jess@linux.com>"
|
||||
|
||||
# Install emacs:
|
||||
# Note: Emacs is only community repo -> https://pkgs.alpinelinux.org/packages?package=emacs&repo=all&arch=x86_64
|
||||
|
||||
Reference in New Issue
Block a user