Skip to content

Commit

Permalink
fix(deps): update all non-major dependencies (#1587)
Browse files Browse the repository at this point in the history
* fix(deps): update all non-major dependencies

* debumped the python version

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Frank Elsinga <[email protected]>
  • Loading branch information
renovate[bot] and CommanderStorm authored Oct 18, 2024
1 parent ce424bb commit d0be088
Show file tree
Hide file tree
Showing 6 changed files with 185 additions and 173 deletions.
2 changes: 1 addition & 1 deletion docker-compose.local.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ services:
db:
condition: service_healthy
meilisearch:
image: getmeili/meilisearch:v1.10.2
image: getmeili/meilisearch:v1.10.3
restart: unless-stopped
ports:
- "7700:7700"
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ services:
db:
condition: service_healthy
meilisearch:
image: getmeili/meilisearch:v1.10.2
image: getmeili/meilisearch:v1.10.3
restart: unless-stopped
networks:
- traefik_traefik
Expand Down
42 changes: 27 additions & 15 deletions server/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion server/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# https://docs.docker.com/build/attestations/sbom/#scan-build-context
ARG BUILDKIT_SBOM_SCAN_CONTEXT=true

FROM rust:1.81-alpine AS compiler
FROM rust:1.82-alpine AS compiler

# to ache the build this line inludes all the dependencys all servers need
# this is not an issue since we copy the generated binary to a more minimal envornment
Expand Down
2 changes: 1 addition & 1 deletion webclient/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"sharp": "0.33.5",
"swagger-ui": "5.17.14",
"swaggerdark": "github:octycs/SwaggerDark#f02d394c8ff698cdd93e09c2188b058d2d686ca3",
"vue": "3.5.11",
"vue": "3.5.12",
"vue-router": "4.4.5",
"vue3-carousel": "0.3.4"
},
Expand Down
Loading

0 comments on commit d0be088

Please sign in to comment.