Skip to content

Commit

Permalink
Update All other dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 10, 2025
1 parent 7f022f9 commit 5bca6ff
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v22.12.0
22.13.0
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ services:
WITH_CREDENTIALS: "true"

weaviate:
image: cr.weaviate.io/semitechnologies/weaviate:1.28.0
image: cr.weaviate.io/semitechnologies/weaviate:1.28.2
restart: on-failure:0
command:
- --host
Expand Down
2 changes: 1 addition & 1 deletion docker/all/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ ADD ./Taskfile.yml .

RUN CGO_ENABLED=0 GOOS=linux go build ./cmd/backend

FROM node:22.12.0-alpine AS base
FROM node:22.13.0-alpine AS base

#
# DEPENDENCIES LAYER
Expand Down

0 comments on commit 5bca6ff

Please sign in to comment.