Skip to content

Commit a8421cb

Browse files
Merge branch 'main' into dependabot/pip/dependencies-6e97f48635
2 parents 04671bf + 400585f commit a8421cb

File tree

8 files changed

+9
-11
lines changed

8 files changed

+9
-11
lines changed

docker-compose.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,9 @@
1-
version: "3.7"
2-
31
services:
42
docs:
5-
image: python:3.8
3+
image: python:3.13
64
command: sh -c "pip install -r requirements.txt && mkdocs serve -a 0.0.0.0:8000"
75
working_dir: /docs
86
volumes:
97
- ./:/docs
108
ports:
11-
- 8000:8000
9+
- 8000:8000

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
],
99
"scripts": {
1010
"pre-commit": "lint-staged",
11-
"docs:serve": "docker-compose up",
11+
"docs:serve": "docker compose up",
1212
"test": "vitest run",
1313
"test:ci": "npm run test -- --coverage",
1414
"format": "prettier --write package.json \"packages/**/*.ts\" \".github/**/*.yml\"",
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
FROM cockroachdb/cockroach:v25.2.0
1+
FROM cockroachdb/cockroach:v25.2.2

packages/modules/gcloud/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
FROM gcr.io/google.com/cloudsdktool/cloud-sdk:525.0.0-emulators
1+
FROM gcr.io/google.com/cloudsdktool/cloud-sdk:529.0.0-emulators
22
FROM fsouza/fake-gcs-server:1.52.2
33
FROM ghcr.io/goccy/bigquery-emulator:0.6.6
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
FROM mariadb:11.7.2
1+
FROM mariadb:11.8.2

packages/modules/neo4j/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
FROM neo4j:5.26.7
1+
FROM neo4j:5.26.8
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
FROM docker.redpanda.com/redpandadata/redpanda:v25.1.4
1+
FROM docker.redpanda.com/redpandadata/redpanda:v25.1.7
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
FROM semitechnologies/weaviate:1.31.0
1+
FROM semitechnologies/weaviate:1.31.5

0 commit comments

Comments
 (0)