diff options
| author | Parker <contact@pkrm.dev> | 2024-07-10 16:37:52 -0500 |
|---|---|---|
| committer | Parker <contact@pkrm.dev> | 2024-07-10 16:37:52 -0500 |
| commit | 98bffe5b0197a618e5b54df83fcf17ecce65786b (patch) | |
| tree | dfe1060d2c64008ea58c445e90887c9e82510c45 | |
| parent | 8ffb0703477b1e3ea49f9e354cc1753b95fc0e75 (diff) | |
Update deprecated `MAINTAINER` line
| -rw-r--r-- | dockerfile | 5 |
1 files changed, 2 insertions, 3 deletions
@@ -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 / |
