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

Bump alpine from 3.18.5 to 3.20.3 #312

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
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 Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM alpine:3.18.5
FROM alpine:3.20.3

Check failure on line 1 in Dockerfile

View check run for this annotation

Wiz Inc. (187287b22a) / Wiz IaC Scanner

Missing User Instruction

Rule ID: bc86b2b4-bcfa-498f-90f0-f9a1354d6e01 Severity: High Resource: FROM={{alpine:3.20.3}} A user should be specified in the dockerfile, otherwise the image will run as root
Raw output
Expected: The 'Dockerfile' should contain the 'USER' instruction
Found: The 'Dockerfile' does not contain any 'USER' instruction

Check notice on line 1 in Dockerfile

View check run for this annotation

Wiz Inc. (187287b22a) / Wiz IaC Scanner

Healthcheck Instruction Missing

Rule ID: 52476cb9-4a0d-4d31-8767-e9e8d440bb84 Severity: Low Resource: FROM={{alpine:3.20.3}} Ensure that HEALTHCHECK is being used. The HEALTHCHECK instruction tells Docker how to test a container to check that it is still working
Raw output
Expected: Dockerfile should contain instruction 'HEALTHCHECK'
Found: Dockerfile doesn't contain instruction 'HEALTHCHECK'

RUN apk add --no-cache python3 py3-pip py3-cryptography
ADD requirements.txt requirements.txt
Expand Down
Loading