Skip to content

Commit

Permalink
docker: MAINTAINER instruction is deprecated
Browse files Browse the repository at this point in the history
  • Loading branch information
nikromen authored and FrostyX committed Jul 30, 2024
1 parent 1d265e4 commit 6d69f74
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docker/backend/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
FROM registry.fedoraproject.org/fedora:38
MAINTAINER copr-devel@lists.fedorahosted.org
LABEL maintainer="copr-devel@lists.fedorahosted.org"

RUN dnf -y update && \
# Base packages
Expand Down
2 changes: 1 addition & 1 deletion docker/frontend/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
FROM registry.fedoraproject.org/fedora:38
MAINTAINER copr-devel@lists.fedorahosted.org
LABEL maintainer="copr-devel@lists.fedorahosted.org"

RUN dnf -y update && \
# Base packages
Expand Down
4 changes: 2 additions & 2 deletions docker/production/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
FROM registry.fedoraproject.org/fedora:38
MAINTAINER copr-devel@lists.fedorahosted.org
LABEL maintainer="copr-devel@lists.fedorahosted.org"

ENV ENV=production

Expand All @@ -21,7 +21,7 @@ RUN npm install -g shadow-cljs@">=2.26.0 <3.0.0"
RUN npx shadow-cljs release app

FROM registry.fedoraproject.org/fedora:38
MAINTAINER copr-devel@lists.fedorahosted.org
LABEL maintainer="copr-devel@lists.fedorahosted.org"

ENV ENV=production

Expand Down

0 comments on commit 6d69f74

Please sign in to comment.