Skip to content

Commit

Permalink
Update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 2, 2023
1 parent c2abd58 commit a11bdb1
Show file tree
Hide file tree
Showing 9 changed files with 330 additions and 228 deletions.
2 changes: 1 addition & 1 deletion data/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM python:3.11-bullseye as build-stage
FROM python:3.12-bullseye as build-stage
WORKDIR /app

ARG GIT_COMMIT_SHA
Expand Down
2 changes: 1 addition & 1 deletion deployment/k3s/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ server:
mielisearch:
image:
repository: 'getmeili/meilisearch'
tag: v1.4.2
tag: v1.5.0
calendar:
scrape_tasks:
- name: refresh-calendar-slow # takes ~6m to complete
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ services:
interval: 10s
start_period: 30s
meilisearch:
image: getmeili/meilisearch:v1.4.2
image: getmeili/meilisearch:v1.5.0
restart: always
healthcheck:
test: wget -q --spider http://localhost:7700/health
Expand Down
149 changes: 111 additions & 38 deletions server/Cargo.lock

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

Loading

0 comments on commit a11bdb1

Please sign in to comment.