This repository was archived by the owner on Jun 5, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 5 files changed +14
-14
lines changed Expand file tree Collapse file tree 5 files changed +14
-14
lines changed Original file line number Diff line number Diff line change 29
29
- name : Set up QEMU for cross-platform builds
30
30
# Only set up QEMU if the platform is not linux/amd64
31
31
if : ${{ inputs.platform != 'linux/amd64' }}
32
- uses : docker/setup-qemu-action@4574d27a4764455b42196d70a065bc6853246a25 # v3
32
+ uses : docker/setup-qemu-action@5964de0df58d5ad28b04d8fe2e6b80ad47105b91 # v3
33
33
- name : Set up Docker Buildx
34
- uses : docker/setup-buildx-action@f7ce87c1d6bead3e36075b2ce75da1f6cc28aaca # v3
34
+ uses : docker/setup-buildx-action@b5ca514318bd6ebac0fb2aedd5d36ec1b5c232a2 # v3
35
35
- name : Download artifact
36
36
id : download-artifact
37
37
uses : dawidd6/action-download-artifact@20319c5641d495c8a52e688b7dc5fada6c3a9fbc # v8
53
53
git lfs pull
54
54
- name : Test build - ${{ inputs.platform }}
55
55
id : docker_build
56
- uses : docker/build-push-action@0adf9959216b96bec444f325f1e493d4aa344497 # v5
56
+ uses : docker/build-push-action@471d1dc4e07e5cdedd4c2171150001c434f0b7a4 # v5
57
57
with :
58
58
context : .
59
59
file : ./Dockerfile
Original file line number Diff line number Diff line change 22
22
- name : Checkout
23
23
uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
24
24
- name : Set up QEMU for cross-platform builds
25
- uses : docker/setup-qemu-action@4574d27a4764455b42196d70a065bc6853246a25 # v3
25
+ uses : docker/setup-qemu-action@5964de0df58d5ad28b04d8fe2e6b80ad47105b91 # v3
26
26
- name : Set up Docker Buildx
27
- uses : docker/setup-buildx-action@f7ce87c1d6bead3e36075b2ce75da1f6cc28aaca # v3
27
+ uses : docker/setup-buildx-action@b5ca514318bd6ebac0fb2aedd5d36ec1b5c232a2 # v3
28
28
- name : Compute version number
29
29
id : version-string
30
30
run : |
38
38
username : ${{ github.actor }}
39
39
password : ${{ secrets.GITHUB_TOKEN }}
40
40
- name : Set container metadata
41
- uses : docker/metadata-action@369eb591f429131d6889c46b94e711f089e6ca96 # v5
41
+ uses : docker/metadata-action@902fa8ec7d6ecbf8d84d538b9b233a880e428804 # v5
42
42
id : docker-metadata
43
43
with :
44
44
images : ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
76
76
git lfs pull
77
77
- name : Build and Push Image
78
78
id : image-build
79
- uses : docker/build-push-action@0adf9959216b96bec444f325f1e493d4aa344497 # v6
79
+ uses : docker/build-push-action@471d1dc4e07e5cdedd4c2171150001c434f0b7a4 # v6
80
80
with :
81
81
context : .
82
82
platforms : linux/amd64,linux/arm64
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ COPY . /app
27
27
RUN sed -i "s/_VERSION =.*/_VERSION = \" ${CODEGATE_VERSION}\" /g" /app/src/codegate/__init__.py
28
28
29
29
# Build the webapp
30
- FROM docker.io/library/node:23-slim@sha256:054f13a53d12afb8ba84a6e8fdcdf54e1a99a93250426c83fd5e3d38343577c2 AS webbuilder
30
+ FROM docker.io/library/node:23-slim@sha256:59de3d6646e7b8d02637499e4f38b9f9c5fef6bef4965dbe95e37b640160900b AS webbuilder
31
31
32
32
33
33
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ PyYAML = "==6.0.2"
14
14
fastapi = " ==0.115.8"
15
15
uvicorn = " ==0.34.0"
16
16
structlog = " ==25.1.0"
17
- litellm = " ==1.61.16 "
17
+ litellm = " ==1.61.17 "
18
18
llama_cpp_python = " ==0.3.5"
19
19
cryptography = " ==44.0.1"
20
20
sqlalchemy = " ==2.0.38"
@@ -50,7 +50,7 @@ ruff = "==0.9.7"
50
50
bandit = " ==1.8.3"
51
51
build = " ==1.2.2.post1"
52
52
wheel = " ==0.45.1"
53
- litellm = " ==1.61.16 "
53
+ litellm = " ==1.61.17 "
54
54
pytest-asyncio = " ==0.25.3"
55
55
llama_cpp_python = " ==0.3.5"
56
56
scikit-learn = " ==1.6.1"
You can’t perform that action at this time.
0 commit comments