Skip to content

Commit

Permalink
docker: change image author email
Browse files Browse the repository at this point in the history
  • Loading branch information
Divkix committed May 26, 2023
1 parent e24c684 commit 96df5f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ RUN apt-get update \
&& apt-get autoremove --purge --yes \
&& /tmp/setup/ffmpeg-setup.sh \
&& rm -rf /var/lib/apt/lists/* /root/* /tmp/* /var/cache/apt/archives/*.deb /tmp
LABEL org.opencontainers.image.authors="Divanshu Chauhan <me@divkix.me>"
LABEL org.opencontainers.image.authors="Divanshu Chauhan <divkix@divkix.me>"
LABEL org.opencontainers.image.url="https://divkix.me"
LABEL org.opencontainers.image.source="https://github.com/Divkix/docker-python-base"
LABEL org.opencontainers.image.title="docker-python-base"
Expand Down

0 comments on commit 96df5f6

Please sign in to comment.