Skip to content

Commit be5f7b5

Browse files
authored
Ignore Docker warning (#889)
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.
1 parent cb993ee commit be5f7b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

airflow/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# syntax=docker/dockerfile:1.10.0@sha256:865e5dd094beca432e8c0a1d5e1c465db5f998dca4e439981029b3b81fb39ed5
2-
# check=error=true
2+
# check=error=true;skip=InvalidDefaultArgInFrom
33

44
ARG GIT_SYNC
55

0 commit comments

Comments
 (0)