After running first time, the docker cached curl script. now when I again run the pipepline docker cached and not taking latest version.
RUN apk update && apk add curl
--no-cache is not working Any other solution, I want this command to execute run everytime and not cached.