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

Commit 2330c4a

Browse files
authored
bump git version for clojure lang server (#81)
1 parent 6b6cac4 commit 2330c4a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dockerfiles/clojure/Dockerfile

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

66
FROM clojure:lein-2.8.1-alpine
7-
RUN apk add --no-cache ca-certificates=20171114-r0 git=2.15.0-r1 tini=0.16.1-r0
7+
RUN apk add --no-cache ca-certificates=20171114-r0 git=2.15.2-r0 tini=0.16.1-r0
88

99
WORKDIR /tmp
1010
RUN git clone https://github.com/snoe/clojure-lsp.git

0 commit comments

Comments
 (0)