Skip to content

Commit 94eae17

Browse files
committed
Bump Mongo version for Travis CI
1 parent a382865 commit 94eae17

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ services:
1111
env:
1212
global:
1313
- MONGODB=6.0.14
14-
- MONGOSH=2.1.5
14+
- MONGOSH=2.2.2
1515

1616
cache:
1717
directories:

Dockerfile.tools

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ RUN ["make", "service-build"]
1414
CMD ["make", "service-start"]
1515

1616
# Production
17-
FROM mongo:6.0.8 AS production
17+
FROM mongo:6.0.14 AS production
1818
# this statically set $HOME is non-ideal, but is to combat it being hardcoded to /data/db upstream
1919
ENV HOME="/home/tidepool/" DEBIAN_FRONTEND="noninteractive"
2020
RUN apt -y update && \

0 commit comments

Comments
 (0)