Compare commits

..

No commits in common. "6e549e1866594f5c695c26793112b0c0c98834e9" and "a62d391e884b80b068d7c54be288dabdd561fd44" have entirely different histories.

View file

@ -11,7 +11,7 @@ RUN apk upgrade --no-cache \
&& ./build/build.sh
# STEP 2 build the image including only the binary
FROM alpine:3.18.4
FROM alpine:3.18.3
RUN apk upgrade --no-cache && apk add libc6-compat device-mapper findutils zfs \
&& rm -rf /var/cache/apk/*