chore(ci): update dependencies in CI configuration

This commit is contained in:
Yves-Marie Haussonne 2024-10-10 16:02:27 +02:00
parent c80b57db06
commit 43a0aa7975

View File

@ -4,7 +4,7 @@ default:
- docker:27-dind - docker:27-dind
before_script: before_script:
- echo "$CI_REGISTRY_PASSWORD" | docker login $CI_REGISTRY -u $CI_REGISTRY_USER --password-stdin - echo "$CI_REGISTRY_PASSWORD" | docker login $CI_REGISTRY -u $CI_REGISTRY_USER --password-stdin
- apk --no-cache add bash jq - apk --no-cache add bash jq coreutils
stages: stages:
- build - build