Skip to content

Commit 4182cca

Browse files
committed
Co-opt credit for someone else's project
1 parent 65f1733 commit 4182cca

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
FROM ghcr.io/python-discord/python-builds:builder-base AS python-builder
2-
LABEL org.opencontainers.image.authors="Joe Banks <joe@owlcorp.uk>"
2+
LABEL org.opencontainers.image.authors="Joe Banks <joe@owlcorp.uk>, Chris Lovering <cj@owlcorp.uk>"
33

44
ARG PYTHON_VERSION
55

Dockerfile.base

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
FROM buildpack-deps:bookworm
2-
LABEL org.opencontainers.image.authors="Joe Banks <joe@owlcorp.uk>"
2+
LABEL org.opencontainers.image.authors="Joe Banks <joe@owlcorp.uk>, Chris Lovering <cj@owlcorp.uk>"
33
ARG PYENV_VERSION="v2.6.11"
44

55
RUN apt-get -y update \

0 commit comments

Comments
 (0)