Compare commits
16 Commits
renovate/d
...
b749c35f11
| Author | SHA1 | Date | |
|---|---|---|---|
| b749c35f11 | |||
| b5cca51c3f | |||
| 655d6a9c47 | |||
| 38a7d3e3ec | |||
| 6ab2c8280b | |||
| c1a4a4f771 | |||
| 9611dff622 | |||
| a526fa7d56 | |||
| 274424ab47 | |||
| b92981f140 | |||
| 60ea0ba9f2 | |||
| c0d05f7821 | |||
| 7801c7d392 | |||
| 5e01a1db0a | |||
| a3e21ed44b | |||
| 6c5eec52ed |
@@ -42,7 +42,7 @@ jobs:
|
||||
uses: docker/setup-buildx-action@v3
|
||||
|
||||
- name: Build and push
|
||||
uses: docker/build-push-action@v6
|
||||
uses: docker/build-push-action@v5
|
||||
with:
|
||||
context: .
|
||||
# use the current commit SHA as the tag
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
# use python 3.12 as a base image
|
||||
FROM docker.io/python:3.13-alpine
|
||||
# use the latest version of uv, independently of the python version
|
||||
COPY --from=ghcr.io/astral-sh/uv:0.9.5 /uv /uvx /bin/
|
||||
COPY --from=ghcr.io/astral-sh/uv:0.9.13 /uv /uvx /bin/
|
||||
|
||||
WORKDIR /app
|
||||
|
||||
|
||||
Reference in New Issue
Block a user