Skip to content

Commit

Permalink
Ignore Docker warning (#889)
Browse files Browse the repository at this point in the history
It'd warn about GIT_SYNC being possibly undefined.
This is correct in theory, in practice however we always set it from the outside and defining it here could lead to version skew or another place to update versions.
  • Loading branch information
lfrancke authored Oct 4, 2024
1 parent cb993ee commit be5f7b5
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,5 +1,5 @@
# syntax=docker/dockerfile:1.10.0@sha256:865e5dd094beca432e8c0a1d5e1c465db5f998dca4e439981029b3b81fb39ed5
# check=error=true
# check=error=true;skip=InvalidDefaultArgInFrom

ARG GIT_SYNC

Expand Down

0 comments on commit be5f7b5

Please sign in to comment.