Update Dockerfiles to newer (roughly) pinned versions
continuous-integration/drone/push Build is failing Details

This commit is contained in:
IamTheFij 2019-11-22 14:46:16 -08:00
parent ad0bcc2b3f
commit 0cbdff1b5d
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/
# Add common checking tools
RUN apk --no-cache add bash==4.4.19-r1 curl==7.64.0-r3 jq==1.6-r0
RUN apk --no-cache add bash=~5.0 curl=~7.66 jq=~1.6
WORKDIR /app
# Add minitor user for running as non-root