File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff 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 :
Original file line number Diff line number Diff 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 :
You can’t perform that action at this time.
0 commit comments