Skip to content

Commit

Permalink
build(deps): bump mongosh from 2.2.12 to 2.3.2 (#1556)
Browse files Browse the repository at this point in the history
* build(deps): bump mongosh from 2.2.12 to 2.3.2

* perf: Update Dockerfile with new base image tag

---------

Co-authored-by: 吴小白 <[email protected]>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
3 people authored Nov 4, 2024
1 parent b335872 commit ca5f231
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM jumpserver/koko-base:20241025_070510 AS stage-build
FROM jumpserver/koko-base:20241030_063234 AS stage-build

WORKDIR /opt/koko
ARG TARGETARCH
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile-base
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ RUN set -ex \

WORKDIR /opt/koko

ARG MONGOSH_VERSION=2.2.12
ARG MONGOSH_VERSION=2.3.2
RUN set -ex \
&& mkdir -p /opt/koko/lib \
&& \
Expand Down

0 comments on commit ca5f231

Please sign in to comment.