Skip to content

Commit

Permalink
fix(airflow): Update docker.io/apache/airflow Docker tag to v2.8.4
Browse files Browse the repository at this point in the history
Signed-off-by: plural-renovate[bot]@users.noreply.github.com
  • Loading branch information
plural-renovate[bot] committed Mar 26, 2024
1 parent 6bbe38c commit 235b2d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion airflow/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM docker.io/apache/airflow:2.8.2-python3.10
FROM docker.io/apache/airflow:2.8.4-python3.10

Check notice

Code scanning / Trivy

No HEALTHCHECK defined Low

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

USER root
RUN apt-get -yq update \
Expand Down

0 comments on commit 235b2d4

Please sign in to comment.