Skip to content

Commit f2fbb9d

Browse files
committed
Fix deprecated version in docker-compose.yml and bump mongo to v 5
1 parent 1e2befc commit f2fbb9d

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM mongo:4
1+
FROM mongo:5
22

33
COPY ./entrypoint.sh entrypoint.sh
44
RUN chmod u+x entrypoint.sh

docker-compose.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
version: '3.4'
21
services:
32
mongoengine:
43
build:

0 commit comments

Comments
 (0)