diff --git a/.nvmrc b/.nvmrc index 2f680771..9446372c 100644 --- a/.nvmrc +++ b/.nvmrc @@ -1 +1 @@ -v22.12.0 \ No newline at end of file +22.13.1 \ No newline at end of file diff --git a/docker-compose.yml b/docker-compose.yml index 22ae7352..9913105c 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -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.4 restart: on-failure:0 command: - --host diff --git a/docker/all/Dockerfile b/docker/all/Dockerfile index 1dacab59..d6f2b124 100644 --- a/docker/all/Dockerfile +++ b/docker/all/Dockerfile @@ -15,7 +15,7 @@ COPY ./internal ./internal RUN CGO_ENABLED=0 GOOS=linux go build -o storyden-api ./cmd/backend -FROM node:22.12.0-alpine AS base +FROM node:22.13.1-alpine AS base # # DEPENDENCIES LAYER