Compare commits

..

No commits in common. "554d9841b0d58a96f6ade921fb9834a2c2b3cffc" and "c565fe84a0eca7969a8abd5445b729af3c9cdb32" have entirely different histories.

View File

@ -11,7 +11,7 @@ RUN go build \
. .
RUN echo "nobody:x:65534:65534:Nobody:/:" > /etc_passwd RUN echo "nobody:x:65534:65534:Nobody:/:" > /etc_passwd
FROM alpine:3.21 as compressor FROM alpine:3.20 as compressor
RUN apk add --no-cache upx binutils RUN apk add --no-cache upx binutils
COPY --from=builder --chown=65534:0 /bin/app /app COPY --from=builder --chown=65534:0 /bin/app /app
RUN strip /app && upx -q -9 /app RUN strip /app && upx -q -9 /app