Skip to content

Commit

Permalink
Bump astro-runtime 7.4.0 version (#1848)
Browse files Browse the repository at this point in the history
Bump astro-runtime 7.4.0 version
  • Loading branch information
pankajastro authored Mar 16, 2023
1 parent ba26711 commit bf189de
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
3 changes: 2 additions & 1 deletion python-sdk/dev/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
FROM quay.io/astronomer/astro-runtime:7.3.0-base
FROM quay.io/astronomer/astro-runtime:7.4.0-base


USER root
RUN apt-get update -y && apt-get install -y git
Expand Down
3 changes: 2 additions & 1 deletion python-sdk/tests_integration/astro_deploy/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
FROM quay.io/astronomer/astro-runtime:7.3.0-base
FROM quay.io/astronomer/astro-runtime:7.4.0-base


COPY python-sdk /tmp/python-sdk
RUN pip install /tmp/python-sdk[all]
Expand Down
2 changes: 1 addition & 1 deletion universal_transfer_operator/dev/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM quay.io/astronomer/astro-runtime:7.2.0-base
FROM quay.io/astronomer/astro-runtime:7.4.0-base

USER root
RUN apt-get update -y && apt-get install -y git
Expand Down

0 comments on commit bf189de

Please sign in to comment.