Update Dockerfile.rootless

This commit is contained in:
Katos
2025-01-05 15:31:16 +00:00
committed by GitHub
parent 5878870809
commit f56067ac5c

View File

@@ -44,7 +44,7 @@ RUN --mount=type=cache,target=/root/.cache/go-build \
RUN chown -R nonroot:nonroot /go/bin/api /go/src/app RUN chown -R nonroot:nonroot /go/bin/api /go/src/app
# Production stage with distroless # Production stage with distroless
FROM ghcr.io/distroless/static:latest FROM ghcr.io/distroless/base:latest
ENV HBOX_MODE=production ENV HBOX_MODE=production
ENV HBOX_STORAGE_DATA=/data/ ENV HBOX_STORAGE_DATA=/data/