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"