Make image more stable and slim by removing cache and pinning versions
This commit is contained in:
parent
9eef77a457
commit
0a70ca768f
@ -8,7 +8,7 @@ ARG ARCH=x86_64
|
||||
COPY ./build/qemu-${ARCH}-static /usr/bin/
|
||||
|
||||
# Add common checking tools
|
||||
RUN apk add bash curl jq
|
||||
RUN apk --no-cache add bash==4.4.19-r1 curl==7.64.0-r3 jq==1.6-r0
|
||||
WORKDIR /app
|
||||
|
||||
# Add minitor user for running as non-root
|
||||
|
Loading…
Reference in New Issue
Block a user