Skip to content

Commit 22f25f3

Browse files
committed
Avoid legacy syntax in LABEL statements
1 parent 6c86892 commit 22f25f3

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

alpine/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,8 +67,8 @@ FROM alpine:$base_image_version AS alpine-minimal
6767
ARG pandoc_version=edge
6868
LABEL maintainer='Albert Krewinkel <albert+pandoc@tarleb.com>'
6969
LABEL org.pandoc.maintainer='Albert Krewinkel <albert+pandoc@tarleb.com>'
70-
LABEL org.pandoc.author "John MacFarlane"
71-
LABEL org.pandoc.version "$pandoc_version"
70+
LABEL org.pandoc.author="John MacFarlane"
71+
LABEL org.pandoc.version="$pandoc_version"
7272

7373
# Set user data directory
7474
ENV XDG_DATA_HOME=/usr/local/share

ubuntu/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,8 +62,8 @@ FROM ubuntu:$base_image_version AS ubuntu-minimal
6262
ARG pandoc_version=edge
6363
LABEL maintainer='Albert Krewinkel <albert+pandoc@tarleb.com>'
6464
LABEL org.pandoc.maintainer='Albert Krewinkel <albert+pandoc@tarleb.com>'
65-
LABEL org.pandoc.author "John MacFarlane"
66-
LABEL org.pandoc.version "$pandoc_version"
65+
LABEL org.pandoc.author="John MacFarlane"
66+
LABEL org.pandoc.version="$pandoc_version"
6767

6868
# Set user data directory
6969
ENV XDG_DATA_HOME=/usr/local/share

0 commit comments

Comments
 (0)