Skip to content

Commit

Permalink
fix(dagster): Update dagster
Browse files Browse the repository at this point in the history
Signed-off-by: plural-renovate[bot] <plural-renovate[bot]@users.noreply.github.com>
  • Loading branch information
plural-renovate[bot] committed Jul 22, 2023
1 parent a6fc283 commit 2a53dbe
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion dagster/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM docker.io/dagster/user-code-example:1.4.1
FROM docker.io/dagster/user-code-example:1.4.2

Check failure

Code scanning / Trivy

Image user should not be &#39;root&#39; High

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

Check notice

Code scanning / Trivy

No HEALTHCHECK defined Low

Artifact: dagster/Dockerfile
Type: dockerfile
Vulnerability DS026
Severity: LOW
Message: Add HEALTHCHECK instruction in your Dockerfile
Link: DS026

COPY requirements.txt requirements.txt
RUN pip freeze | grep -i dagster > protected-packages.txt \
Expand Down
4 changes: 2 additions & 2 deletions dagster/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
dagster-gcp==0.20.1
dagster-azure==0.20.1
dagster-gcp==0.20.2
dagster-azure==0.20.2

0 comments on commit 2a53dbe

Please sign in to comment.