diff --git a/Dockerfile b/Dockerfile index 39c0efa..ab2b3f3 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,7 @@ FROM debian:bullseye-slim -LABEL maintainer="ACE Team - https://github.com/acemod" -LABEL org.opencontainers.image.source=https://github.com/acemod/docker-reforger +LABEL org.opencontainers.image.authors="ACE Team - https://github.com/acemod and Zeusops - https://github.com/zeusops" +LABEL org.opencontainers.image.source=https://github.com/zeusops/docker-reforger SHELL ["/bin/bash", "-o", "pipefail", "-c"] RUN apt-get update \