diff --git a/Dockerfile b/Dockerfile index 05f3997..1a345e5 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.1 curl=~7.77 jq=~1.6 +RUN apk --no-cache add bash=~5.1 curl=~7.80 jq=~1.6 WORKDIR /app # Add minitor user for running as non-root