Skip to content

Commit b3bd391

Browse files
committed
Replace MAINTAINER with LABEL
1 parent 6169520 commit b3bd391

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
FROM debian:stable
22

3-
MAINTAINER Evan Sosenko <[email protected]>
4-
53
RUN apt-get update \
64
&& apt-get upgrade -y \
75
&& apt-get install -y --no-install-recommends --no-install-suggests \
86
ca-certificates \
97
curl \
108
jq \
119
openssh-client
10+
11+
LABEL org.opencontainers.image.authors="[email protected]"

0 commit comments

Comments
 (0)