Skip to content

Commit 52c1005

Browse files
committed
Pin MongoDB and ES versions
Fixes #1293
1 parent 90f6f2c commit 52c1005

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

compose.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ services:
2020
- es
2121

2222
mongo:
23-
image: mongo:8
23+
image: mongo:8.2.1
2424
restart: always
2525
environment:
2626
MONGO_INITDB_ROOT_USERNAME: ${TEKST_DB__USER}
@@ -48,7 +48,7 @@ services:
4848
es:
4949
build:
5050
dockerfile_inline: |
51-
FROM docker.elastic.co/elasticsearch/elasticsearch-wolfi:9.0.3
51+
FROM docker.elastic.co/elasticsearch/elasticsearch-wolfi:9.2.0
5252
RUN elasticsearch-plugin install analysis-icu
5353
image: localhost/tekst/es
5454
environment:

dev/compose.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ services:
1010
- dev
1111

1212
mongo:
13-
image: mongo:8
13+
image: mongo:8.2.1
1414
restart: unless-stopped
1515
init: true
1616
volumes:
@@ -28,7 +28,7 @@ services:
2828
es:
2929
build:
3030
dockerfile_inline: |
31-
FROM docker.elastic.co/elasticsearch/elasticsearch-wolfi:9.0.3
31+
FROM docker.elastic.co/elasticsearch/elasticsearch-wolfi:9.2.0
3232
RUN elasticsearch-plugin install analysis-icu
3333
image: localhost/tekst/es
3434
deploy:

0 commit comments

Comments
 (0)