Skip to content

Commit 86f08b9

Browse files
Merge branch 'master' into dependabot/docker/alpine-3.17.0
2 parents 2566cce + 5657b03 commit 86f08b9

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)