fix(ci): renovate
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2022-05-03 17:25:29 +02:00
parent ae994ebab2
commit fda97006ff
2 changed files with 1 additions and 7 deletions

View File

@ -4,7 +4,7 @@ set -e
CONTAINER_RUNTIME=$(which docker)
CREATEREPO_IMAGE_FULLY_QUALIFIED=docker.io/volkerraschek/createrepo:0.17.1
CREATEREPO_IMAGE_FULLY_QUALIFIED=docker.io/volkerraschek/createrepo:0.17.2
CUSTOM_UID=$(getent passwd ${USER} | cut -d ':' -f 3)
CUSTOM_GID=$(getent passwd ${USER} | cut -d ':' -f 4)