diff options
-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 / |