From 64e6542a936f4734641c994e32fbcf75f98f747b Mon Sep 17 00:00:00 2001 From: Ian Fijolek Date: Fri, 10 Jan 2020 14:00:06 -0800 Subject: [PATCH] Bump version of curl --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index f19a185..644b083 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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=~5.0 curl=~7.66 jq=~1.6 +RUN apk --no-cache add bash=~5.0 curl=~7.67 jq=~1.6 WORKDIR /app # Add minitor user for running as non-root