Skip to content

Commit

Permalink
feat: bump mongosh from 1.10.3 to 2.2.10
Browse files Browse the repository at this point in the history
  • Loading branch information
wojiushixiaobai authored and LeeEirc committed Jul 5, 2024
1 parent 8217ce7 commit 57ba6aa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ RUN --mount=type=cache,target=/var/cache/apt,sharing=locked,id=koko \
&& sed -i "s@# alias @alias @g" ~/.bashrc \
&& rm -rf /var/lib/apt/lists/*

ARG MONGOSH_VERSION=1.10.3
ARG MONGOSH_VERSION=2.2.10
RUN set -ex \
&& \
case "${TARGETARCH}" in \
Expand Down Expand Up @@ -156,4 +156,4 @@ COPY --from=stage-build /opt/koko/koko .
ENV LANG=zh_CN.UTF-8

EXPOSE 2222 5000
CMD ["./entrypoint.sh"]
CMD ["./entrypoint.sh"]

0 comments on commit 57ba6aa

Please sign in to comment.