Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Snyk] Security upgrade alpine from 3.11 to 3.18.4 #78

Open
wants to merge 5 commits into
base: master
Choose a base branch
from
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.4

# 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