Skip to content

Commit b142fb4

Browse files
chore(deps): update ghcr.io/astral-sh/uv:python3.14-alpine docker digest to eb728c8
1 parent 71b613f commit b142fb4

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
# syntax=docker/dockerfile:1@sha256:2780b5c3bab67f1f76c781860de469442999ed1a0d7992a5efdf2cffc0e3d769
22
#
33
# Build stage
4-
FROM ghcr.io/astral-sh/uv:python3.14-alpine@sha256:9e24cef9880ce029f2a14a914dc2d03c640c2b71de5cf11167516b36980e16fd AS build
4+
FROM ghcr.io/astral-sh/uv:python3.14-alpine@sha256:eb728c854c1a99b04f439f2659987187227f6e87337a5334eb00d85a3e0b91a7 AS build
55
WORKDIR /app
66
COPY pyproject.toml LICENSE.txt README.rst supa.env .
77
COPY src src
88
RUN uv build --no-cache --wheel --out-dir dist
99

1010
# Final stage
11-
FROM ghcr.io/astral-sh/uv:python3.14-alpine@sha256:9e24cef9880ce029f2a14a914dc2d03c640c2b71de5cf11167516b36980e16fd
11+
FROM ghcr.io/astral-sh/uv:python3.14-alpine@sha256:eb728c854c1a99b04f439f2659987187227f6e87337a5334eb00d85a3e0b91a7
1212
ENV DATABASE_DIR=/usr/local/var/db
1313
COPY --from=build /app/dist/*.whl /tmp/
1414
RUN uv pip install --system --no-cache /tmp/*.whl && rm /tmp/*.whl

0 commit comments

Comments
 (0)