Skip to content

Commit

Permalink
Bump alpine from 3.18.5 to 3.20.0
Browse files Browse the repository at this point in the history
Bumps alpine from 3.18.5 to 3.20.0.

---
updated-dependencies:
- dependency-name: alpine
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored May 22, 2024
1 parent f89c19e commit 058b12a
Showing 1 changed file with 1 addition and 1 deletion.
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.0

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.0}} 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.0}} 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

0 comments on commit 058b12a

Please sign in to comment.