From 0cbdff1b5daa37ed55b857efb0a098b6248e652f Mon Sep 17 00:00:00 2001 From: Ian Fijolek Date: Fri, 22 Nov 2019 14:46:16 -0800 Subject: [PATCH] Update Dockerfiles to newer (roughly) pinned versions --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index bc64470..f19a185 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==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