We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 51ffd8f commit 40853caCopy full SHA for 40853ca
dev/compose/opensearch/Dockerfile
@@ -1,4 +1,4 @@
1
-FROM opensearchproject/opensearch:2.12.0
+FROM opensearchproject/opensearch:2.13.0
2
3
RUN opensearch-plugin remove opensearch-skills --purge
4
RUN opensearch-plugin remove opensearch-ml --purge
docker-compose.yml
@@ -11,7 +11,7 @@ volumes:
11
12
services:
13
db:
14
- image: postgres:16.1
+ image: postgres:16.4
15
ports:
16
# 5432 may already in use by another PostgreSQL on host
17
- "5433:5432"
@@ -226,7 +226,7 @@ services:
226
- caches:/opt/warehouse/src/.stylelintcache
227
228
maildev:
229
- image: maildev/maildev:2.1.0
+ image: maildev/maildev:2.2.1
230
231
- "1080:1080"
232
- "1025:1025"
0 commit comments