Skip to content

Commit ca3be57

Browse files
authored
add maintainer to sample Dockerfile.complex
1 parent 69f8a2e commit ca3be57

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

Dockerfile.complex

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
## Buildstage ##
2-
FROM lsiobase/alpine:3.9 as buildstage
2+
FROM lsiobase/alpine:3.12 as buildstage
33

44
RUN \
55
echo "**** install packages ****" && \
@@ -17,5 +17,7 @@ COPY root/ /root-layer/
1717
## Single layer deployed image ##
1818
FROM scratch
1919

20+
LABEL maintainer="username"
21+
2022
# Add files from buildstage
2123
COPY --from=buildstage /root-layer/ /

0 commit comments

Comments
 (0)