Skip to content

Commit 1bda43d

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

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:f9df60c48daec8db37117ef21dd0704faa62627e1bfa6c2d25eb369ad3f3090f 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:f9df60c48daec8db37117ef21dd0704faa62627e1bfa6c2d25eb369ad3f3090f
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)