File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -54,8 +54,8 @@ RUN set -eux ;\
5454 chmod +x /usr/bin/entrypoint.sh /usr/bin/terraform ;\
5555 apk update --no-cache ;\
5656 apk add --no-cache \
57- bash~=5.1.16 \
58- curl~=7.83.1 ;\
57+ bash~=5.2.9 \
58+ curl~=7.86.0 ;\
5959 rm -rf /var/cache/* ;\
6060 rm -rf /root/.cache/*
6161
Original file line number Diff line number Diff line change @@ -38,9 +38,9 @@ Features:
3838 dir_filter : modules
3939` ` `
4040
41- Input Variable | Required | Default |Description
42- : --- | : ---: | : ---: | : ---
43- dir_filter | No | ` *` | Prefixes or sub-directories to search for Terraform modules. Use comma as separator.
41+ | Input Variable | Required | Default | Description |
42+ | -------------- | -------- | ------- | ------------------------------------------------------------------------------------ |
43+ | dir_filter | No | ` *` | Prefixes or sub-directories to search for Terraform modules. Use comma as separator. |
4444
4545# # Examples
4646
You can’t perform that action at this time.
0 commit comments