Skip to content

Commit 6b0f466

Browse files
Update mongo Docker tag to v8.2.3
1 parent c9c1bd5 commit 6b0f466

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ services:
2020
- es
2121

2222
mongo:
23-
image: mongo:8.2.2
23+
image: mongo:8.2.3
2424
restart: always
2525
environment:
2626
MONGO_INITDB_ROOT_USERNAME: ${TEKST_DB__USER}

dev/compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ services:
1010
- dev
1111

1212
mongo:
13-
image: mongo:8.2.2
13+
image: mongo:8.2.3
1414
restart: unless-stopped
1515
init: true
1616
volumes:

0 commit comments

Comments
 (0)