Update repository URI
This commit is contained in:
@@ -63,7 +63,7 @@ RUN set -Eeuxo pipefail && \
|
||||
printf "Cleaned up image\n"
|
||||
|
||||
# > Home repository
|
||||
LABEL org.opencontainers.image.source="https://github.com/CatTheHacker/docker-images"
|
||||
LABEL org.opencontainers.image.source="https://github.com/catthehacker/docker_images"
|
||||
|
||||
SHELL [ "/bin/bash", "--login" ]
|
||||
|
||||
|
||||
@@ -80,7 +80,7 @@ RUN set -Eeuxo pipefail && \
|
||||
printf "Created non-root user $(grep ${RUNNER_USER} /etc/passwd)\n"
|
||||
|
||||
# > Home repository
|
||||
LABEL org.opencontainers.image.source="https://github.com/CatTheHacker/docker-images"
|
||||
LABEL org.opencontainers.image.source="https://github.com/catthehacker/docker_images"
|
||||
|
||||
# > Don't run as root, generally not good idea
|
||||
USER ${RUNNER_USER}:${RUNNER_USER}
|
||||
|
||||
Reference in New Issue
Block a user