mirror of
https://github.com/TrezOne/docker-mods-uptime-kuma-timeout-fix.git
synced 2026-06-27 02:32:06 -04:00
add maintainer to sample Dockerfile.complex
This commit is contained in:
+3
-1
@@ -1,5 +1,5 @@
|
||||
## Buildstage ##
|
||||
FROM lsiobase/alpine:3.9 as buildstage
|
||||
FROM lsiobase/alpine:3.12 as buildstage
|
||||
|
||||
RUN \
|
||||
echo "**** install packages ****" && \
|
||||
@@ -17,5 +17,7 @@ COPY root/ /root-layer/
|
||||
## Single layer deployed image ##
|
||||
FROM scratch
|
||||
|
||||
LABEL maintainer="username"
|
||||
|
||||
# Add files from buildstage
|
||||
COPY --from=buildstage /root-layer/ /
|
||||
|
||||
Reference in New Issue
Block a user