Skip to content

Commit

Permalink
fix(airflow): fix container build
Browse files Browse the repository at this point in the history
Signed-off-by: David van der Spek <[email protected]>
  • Loading branch information
davidspek committed Jun 2, 2023
1 parent 40a4b3f commit 03bf1d3
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 apache/airflow:2.6.1-python3.10
FROM docker.io/apache/airflow:2.6.1-python3.10

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

0 comments on commit 03bf1d3

Please sign in to comment.