mirror of
https://codeberg.org/gigirassy/image-proxy/
synced 2026-08-30 15:37:41 +00:00
Update Dockerfile
This commit is contained in:
+3
-1
@@ -18,7 +18,9 @@ RUN RUSTFLAGS="-Ctarget-feature=+crt-static" cargo build --release --target x86_
|
|||||||
|
|
||||||
FROM scratch
|
FROM scratch
|
||||||
|
|
||||||
COPY --from=builder /app/target/release/image-proxy /usr/local/bin/image-proxy
|
USER 65534:65534
|
||||||
|
|
||||||
|
COPY --from=builder --chown=65534:65534 /app/target/x86_64-unknown-linux-musl/release/image-proxy /usr/bin/image-proxy
|
||||||
|
|
||||||
COPY --from=builder /etc/ssl /etc/ssl
|
COPY --from=builder /etc/ssl /etc/ssl
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user