aboutsummaryrefslogtreecommitdiff
path: root/dockerfile
diff options
context:
space:
mode:
authorParker <contact@pkrm.dev>2024-07-10 16:37:52 -0500
committerParker <contact@pkrm.dev>2024-07-10 16:37:52 -0500
commit98bffe5b0197a618e5b54df83fcf17ecce65786b (patch)
treedfe1060d2c64008ea58c445e90887c9e82510c45 /dockerfile
parent8ffb0703477b1e3ea49f9e354cc1753b95fc0e75 (diff)
Update deprecated `MAINTAINER` line
Diffstat (limited to 'dockerfile')
-rw-r--r--dockerfile5
1 files changed, 2 insertions, 3 deletions
diff --git a/dockerfile b/dockerfile
index 398d972..d9866c1 100644
--- a/dockerfile
+++ b/dockerfile
@@ -1,8 +1,7 @@
FROM python:3.10-slim
-LABEL org.opencontainers.image.source = "https://github.com/PacketParker/Guava"
-
-MAINTAINER "parker <mailto:contact@pkrm.dev>"
+LABEL org.opencontainers.image.source="https://github.com/PacketParker/Guava"
+LABEL org.opencontainers.image.authors="parker <mailto:contact@pkrm.dev>"
WORKDIR /