mirror of
https://github.com/cyclotruc/gitingest.git
synced 2026-04-28 08:19:31 +00:00
chore(deps): bump python from 6544e0e to 1020ca4 (#436)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
parent
6de8860ef4
commit
4d3682b28d
1 changed files with 2 additions and 2 deletions
|
|
@ -1,5 +1,5 @@
|
|||
# Stage 1: Install Python dependencies
|
||||
FROM python:3.13-slim@sha256:6544e0e002b40ae0f59bc3618b07c1e48064c4faed3a15ae2fbd2e8f663e8283 AS python-builder
|
||||
FROM python:3.13-slim@sha256:1020ca463dc51c26bbad49de85dbb2986d93b71050102f3fa2a7f0fc4c2ea81e AS python-builder
|
||||
|
||||
WORKDIR /build
|
||||
|
||||
|
|
@ -16,7 +16,7 @@ RUN set -eux; \
|
|||
pip install --no-cache-dir --timeout 1000 .
|
||||
|
||||
# Stage 2: Runtime image
|
||||
FROM python:3.13-slim@sha256:6544e0e002b40ae0f59bc3618b07c1e48064c4faed3a15ae2fbd2e8f663e8283
|
||||
FROM python:3.13-slim@sha256:1020ca463dc51c26bbad49de85dbb2986d93b71050102f3fa2a7f0fc4c2ea81e
|
||||
|
||||
ARG UID=1000
|
||||
ARG GID=1000
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue