Skip to content

Commit 106f6c1

Browse files
dependabot[bot]amotl
authored andcommitted
Bump crate from 6.1.2 to 6.2.1 in /application/ingestr
Bumps crate from 6.1.2 to 6.2.1. --- updated-dependencies: - dependency-name: crate dependency-version: 6.2.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 95a5a93 commit 106f6c1

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

application/ingestr/elasticsearch-compose.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ services:
2626
# CrateDB
2727
# -------
2828
cratedb:
29-
image: docker.io/crate:6.1.2
29+
image: docker.io/crate:6.2.1
3030
ports:
3131
- "${CRATEDB_HTTP_PORT}:${CRATEDB_HTTP_PORT}"
3232
- "${CRATEDB_POSTGRESQL_PORT}:${CRATEDB_POSTGRESQL_PORT}"
@@ -90,7 +90,7 @@ services:
9090

9191
# Query data in CrateDB.
9292
cratedb-query:
93-
image: docker.io/crate:6.1.2
93+
image: docker.io/crate:6.2.1
9494
entrypoint: ""
9595
command: >
9696
crash --hosts cratedb -c "SELECT * FROM doc.example LIMIT 10"

application/ingestr/kafka-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ services:
4343
# CrateDB
4444
# -------
4545
cratedb:
46-
image: docker.io/crate:6.1.2
46+
image: docker.io/crate:6.2.1
4747
ports:
4848
- "${CRATEDB_HTTP_PORT}:${CRATEDB_HTTP_PORT}"
4949
- "${CRATEDB_POSTGRESQL_PORT}:${CRATEDB_POSTGRESQL_PORT}"

0 commit comments

Comments
 (0)