Skip to content

Commit 6f38c68

Browse files
chore(deps): update ci dependencies
1 parent 3ba160c commit 6f38c68

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ jobs:
148148
password: ${{ secrets.DOCKER_PASSWORD }}
149149

150150
- name: Build and push Docker images
151-
uses: docker/build-push-action@d08e5c354a6adb9ed34480a06d141179aa583294 # v7
151+
uses: docker/build-push-action@bcafcacb16a39f128d818304e6c9c0c18556b85f # v7
152152
with:
153153
context: .
154154
push: true
@@ -184,7 +184,7 @@ jobs:
184184
- name: Create GitHub Release
185185
env:
186186
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
187-
uses: softprops/action-gh-release@153bb8e04406b158c6c84fc1615b65b24149a1fe # v2
187+
uses: softprops/action-gh-release@3bb12739c298aeb8a4eeaf626c5b8d85266b0e65 # v2
188188
with:
189189
tag_name: v${{ env.VERSION }}
190190
files: |
@@ -202,7 +202,7 @@ jobs:
202202
ls -lh dist/
203203
204204
- name: Publish to PyPI
205-
uses: pypa/gh-action-pypi-publish@ed0c53931b1dc9bd32cbe73a98c7f6766f8a527e # v1.13.0
205+
uses: pypa/gh-action-pypi-publish@cef221092ed1bacb1cc03d23a2d87d1d172e277b # v1.14.0
206206
with:
207207
print-hash: true
208208
verbose: true

Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# -- Stage 1: Build virtual environment --
2-
FROM python:3.14-slim-bookworm@sha256:55e465cb7e50cd1d7217fcb5386aa87d0356ca2cd790872142ef68d9ef6812b4 AS builder
2+
FROM python:3.14-slim-bookworm@sha256:2e256d0381371566ed96980584957ed31297f437569b79b0e5f7e17f2720e53a AS builder
33

4-
COPY --from=ghcr.io/astral-sh/uv:latest@sha256:90bbb3c16635e9627f49eec6539f956d70746c409209041800a0280b93152823 /uv /uvx /bin/
4+
COPY --from=ghcr.io/astral-sh/uv:latest@sha256:240fb85ab0f263ef12f492d8476aa3a2e4e1e333f7d67fbdd923d00a506a516a /uv /uvx /bin/
55

66
WORKDIR /app
77
COPY pyproject.toml uv.lock README.md ./
@@ -12,7 +12,7 @@ RUN uv sync --frozen --no-dev --no-editable --compile-bytecode
1212

1313

1414
# -- Stage 2: Production runtime --
15-
FROM python:3.14-slim-bookworm@sha256:55e465cb7e50cd1d7217fcb5386aa87d0356ca2cd790872142ef68d9ef6812b4
15+
FROM python:3.14-slim-bookworm@sha256:2e256d0381371566ed96980584957ed31297f437569b79b0e5f7e17f2720e53a
1616

1717
RUN useradd -m -s /bin/bash pwuser
1818

0 commit comments

Comments
 (0)