Skip to content

Commit

Permalink
Bump python from 3.10-slim to 3.13-slim
Browse files Browse the repository at this point in the history
Bumps python from 3.10-slim to 3.13-slim.

---
updated-dependencies:
- dependency-name: python
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 8, 2024
1 parent 51ff12c commit b5cba15
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,5 +1,5 @@
# Use an official Python runtime as a parent image
FROM python:3.10-slim@sha256:8666a639a54acc810408e505e2c6b46b50834385701675ee177f578b3d2fdef9
FROM python:3.13-slim@sha256:2ec5a4a5c3e919570f57675471f081d6299668d909feabd8d4803c6c61af666c

Check failure on line 2 in Dockerfile

View check run for this annotation

Wiz Inc. (4ad3b29aa7) / Wiz IaC Scanner

Missing User Instruction

Rule ID: 3d1b5b23-49be-48dc-b4bf-9590f6ecd862 Severity: High Resource: FROM={{python:3.13-slim@sha256:2ec5a4a5c3e919570f57675471f081d6299668d909feabd8d4803c6c61af666c}} 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 2 in Dockerfile

View check run for this annotation

Wiz Inc. (4ad3b29aa7) / Wiz IaC Scanner

Healthcheck Instruction Missing

Rule ID: 66ce3939-f453-418a-ba63-4122152068a4 Severity: Low Resource: FROM={{python:3.13-slim@sha256:2ec5a4a5c3e919570f57675471f081d6299668d909feabd8d4803c6c61af666c}} 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'

# Environment variables
ARG YOUR_ENV
Expand Down

0 comments on commit b5cba15

Please sign in to comment.