This is an automated email from the ASF dual-hosted git repository.

uranusjr pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git


The following commit(s) were added to refs/heads/main by this push:
     new db8d737ad6 Fix typo in Dockerfile (#32898)
db8d737ad6 is described below

commit db8d737ad690b721270d0c2fd3a83f08d7ce5c3f
Author: raphaelauv <[email protected]>
AuthorDate: Fri Jul 28 06:47:40 2023 +0200

    Fix typo in Dockerfile (#32898)
---
 Dockerfile.ci | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Dockerfile.ci b/Dockerfile.ci
index 9ae0091c6b..9a0e300901 100644
--- a/Dockerfile.ci
+++ b/Dockerfile.ci
@@ -1281,7 +1281,7 @@ ENV HOME=${HOME} \
 # We run scripts with bash here to make sure we can execute the scripts. 
Changing to +x might have an
 # unexpected result - the cache for Dockerfiles might get invalidated in case 
the host system
 # had different umask set and group x bit was not set. In Azure the bit might 
be not set at all.
-# That also protects against AUFS Docker backen dproblem where changing the 
executable bit required sync
+# That also protects against AUFS Docker backend problem where changing the 
executable bit required sync
 RUN bash /scripts/docker/install_mysql.sh prod \
     && bash /scripts/docker/install_mysql.sh dev \
     && bash /scripts/docker/install_mssql.sh dev \

Reply via email to