Skip to content

Commit

Permalink
fix: specify ubuntu 22.04 image in Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
eyad-hussein committed Aug 28, 2024
1 parent 8ac4fc7 commit 0c0fde3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tfgrid3/jitsi/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ubuntu
FROM ubuntu:22.04

Check failure

Code scanning / Trivy

Image user should not be 'root' High

Artifact: tfgrid3/jitsi/Dockerfile
Type: dockerfile
Vulnerability DS002
Severity: HIGH
Message: Specify at least 1 USER command in Dockerfile with non-root user as argument
Link: DS002

ENV DEBIAN_FRONTEND=noninteractive

Expand Down

0 comments on commit 0c0fde3

Please sign in to comment.