Skip to content

Commit

Permalink
Bump aliyun provider to 1.187.0 (#19)
Browse files Browse the repository at this point in the history
Signed-off-by: Qiaozp <[email protected]>

Signed-off-by: Qiaozp <[email protected]>
  • Loading branch information
chivalryq authored Dec 6, 2022
1 parent 0031342 commit d34e261
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ ENV RETRIEVE_TF_PROVIDER=/tmp/retrieve_tf_provider.sh

# default provider
RUN $RETRIEVE_TF_PROVIDER hashicorp random 3.1.0
RUN $RETRIEVE_TF_PROVIDER hashicorp alicloud 1.140.0
RUN $RETRIEVE_TF_PROVIDER hashicorp alicloud 1.187.0

# additional designated provider
RUN if [ "${PROVIDERS}" = "" ] ;then \
Expand All @@ -38,4 +38,4 @@ RUN if [ "${PROVIDERS}" = "" ] ;then \
done \
fi

ENTRYPOINT ["tail", "-f", "/dev/null"]
ENTRYPOINT ["tail", "-f", "/dev/null"]

0 comments on commit d34e261

Please sign in to comment.