Update repository URI

This commit is contained in:
hackercat
2021-02-07 01:47:46 +00:00
parent f099cb9c6a
commit f464430272
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -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" ]
+1 -1
View File
@@ -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}