Skip to content

Commit

Permalink
fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
cwaeland committed Sep 14, 2023
1 parent 7efa828 commit f34db09
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# BUILD: docker build --rm -t amazon/mwaa-local .

ARG PLATFORM=linux/amd64
FROM amazonlinux:2
FROM --platform=${PLATFORM} amazonlinux:2
LABEL maintainer="amazon"

# Airflow
Expand Down
4 changes: 2 additions & 2 deletions requirements/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
--constraint "https://raw.githubusercontent.com/apache/airflow/constraints-2.6.3/constraints-3.10.txt"

--constraint "https://compass-build-support.s3.amazonaws.com/airflow/geospatial_experimental/constraints.txt"
/usr/local/airflow/plugins/airflow-0.0.0-py3-none-any.whl
apache-airflow-providers-snowflake==4.2.0
apache-airflow-providers-mysql==5.1.1

0 comments on commit f34db09

Please sign in to comment.