Change busybox to bash image

This commit is contained in:
Tanguy Herbron 2021-11-08 16:06:51 +01:00
parent 99ce79da9a
commit 96a4882575

View File

@ -3,7 +3,7 @@ stages:
- build - build
fetch-versions: fetch-versions:
image: busybox:latest image: bash:latest
stage: prep stage: prep
script: script:
- apk add git curl jq - apk add git curl jq