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

build: fix trivy warnings #492

Merged
merged 5 commits into from
Nov 22, 2023
Merged

build: fix trivy warnings #492

merged 5 commits into from
Nov 22, 2023

Conversation

arxxm
Copy link
Collaborator

@arxxm arxxm commented Nov 22, 2023

No description provided.

@arxxm arxxm linked an issue Nov 22, 2023 that may be closed by this pull request
Dockerfile Outdated
@@ -23,6 +23,12 @@ RUN CGO_ENABLED=0 go build -v -o bin/eupf ./cmd/
FROM alpine:3.18 AS runtime
LABEL org.opencontainers.image.source="https://github.com/edgecomllc/eupf"

RUN apk update \
# fix CVE-2023-5363, CVE-2023-5678
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Let's add comment to update apline image instead after https://gitlab.alpinelinux.org/alpine/aports/-/issues/15498 fix

@pirog-spb pirog-spb changed the title build: update golang.org/x/net version build: fix trivy warnings Nov 22, 2023
@pirog-spb pirog-spb merged commit 253cfc5 into main Nov 22, 2023
5 of 6 checks passed
@pirog-spb pirog-spb deleted the 491-fix-trivy-warnings branch April 26, 2024 21:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Fix trivy warnings
2 participants