Skip to content
This repository was archived by the owner on Jul 28, 2022. It is now read-only.

Commit a155db6

Browse files
committed
chore(deps): update dependency mongo to v5
1 parent e690942 commit a155db6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dockerfiles/bash/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ WORKDIR /go/src/github.com/sourcegraph/lsp-adapter
33
COPY . .
44
RUN CGO_ENABLED=0 GOBIN=/usr/local/bin go install github.com/sourcegraph/lsp-adapter
55

6-
FROM mongo:3.7.9
6+
FROM mongo:5.0.6
77

88
RUN apt-get update \
99
&& apt-get install --no-install-recommends -y curl \

0 commit comments

Comments
 (0)