Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion internal/cmd/tracking-issue/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ COPY main.go .
RUN go mod init tracking-issue
RUN CGO_ENABLED=0 go install .

FROM alpine:3.11
FROM alpine:3.18.3

# hadolint ignore=DL3018
RUN apk add --no-cache ca-certificates
Expand Down
4 changes: 2 additions & 2 deletions lsif/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@
"async-middleware": "^1.2.1",
"async-polling": "^0.2.1",
"bloomfilter": "^0.0.18",
"body-parser": "^1.19.0",
"body-parser": "^1.19.2",
"crc-32": "^1.2.0",
"delay": "^4.3.0",
"express": "^4.17.1",
"express": "^4.17.3",
"express-opentracing": "^0.1.1",
"express-validator": "^6.4.0",
"express-winston": "^4.0.2",
Expand Down
Loading