Skip to content

Commit 0fcf8ef

Browse files
committed
Commit and Lastmod in status.json
1 parent 38508be commit 0fcf8ef

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

Dockerfile

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,12 @@ RUN uv sync --locked --no-cache --no-dev --no-install-project
2121
# distroless is current 3.11, but the mismatch doesn't seem to matter
2222
FROM gcr.io/distroless/python3-debian12
2323

24+
ARG COMMIT="(not set)"
25+
ARG LASTMOD="(not set)"
26+
ENV COMMIT=$COMMIT
27+
ENV LASTMOD=$LASTMOD
28+
ENV PYTHONUNBUFFERED=1
29+
2430
USER nonroot
2531

2632
WORKDIR /app/dist

0 commit comments

Comments
 (0)