Update curl version
continuous-integration/drone/push Build is failing Details

This commit is contained in:
IamTheFij 2022-04-07 13:33:04 -07:00
parent 265f9f8372
commit a6b05582fd
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ ARG ARCH=x86_64
COPY ./build/qemu-${ARCH}-static /usr/bin/ COPY ./build/qemu-${ARCH}-static /usr/bin/
# Add common checking tools # Add common checking tools
RUN apk --no-cache add bash=~5.1 curl=~7.77 jq=~1.6 RUN apk --no-cache add bash=~5.1 curl=~7.80 jq=~1.6
WORKDIR /app WORKDIR /app
# Add minitor user for running as non-root # Add minitor user for running as non-root