File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -67,8 +67,8 @@ FROM alpine:$base_image_version AS alpine-minimal
67
67
ARG pandoc_version=edge
68
68
LABEL maintainer='Albert Krewinkel <albert+pandoc@tarleb.com>'
69
69
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"
72
72
73
73
# Set user data directory
74
74
ENV XDG_DATA_HOME=/usr/local/share
Original file line number Diff line number Diff line change @@ -62,8 +62,8 @@ FROM ubuntu:$base_image_version AS ubuntu-minimal
62
62
ARG pandoc_version=edge
63
63
LABEL maintainer='Albert Krewinkel <albert+pandoc@tarleb.com>'
64
64
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"
67
67
68
68
# Set user data directory
69
69
ENV XDG_DATA_HOME=/usr/local/share
You can’t perform that action at this time.
0 commit comments