From f5e404e6cd9c9895cc5f0000353f8c512b00544e Mon Sep 17 00:00:00 2001 From: Katos <7927609+katosdev@users.noreply.github.com> Date: Sun, 5 Jan 2025 15:07:34 +0000 Subject: [PATCH] Update to rectify rootless build issues. --- Dockerfile.rootless | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile.rootless b/Dockerfile.rootless index f38e50a0..f6ee1a41 100644 --- a/Dockerfile.rootless +++ b/Dockerfile.rootless @@ -53,7 +53,7 @@ ENV HBOX_STORAGE_SQLITE_URL=/data/homebox.db?_fk=1&_time_format=sqlite # Copy the binary and data directory, change ownership COPY --from=builder /go/bin/api /app COPY --from=builder /data /data -COPY --from=ghcr.io/rockylinux/alpine:latest /bin/wget /usr/bin/wget +COPY --from=public.ecr.aws/docker/library/alpine:latest /bin/wget /usr/bin/wget LABEL Name=homebox Version=0.0.1 LABEL org.opencontainers.image.source="https://github.com/sysadminsmedia/homebox"