Skip to content

Commit 5f140e3

Browse files
committed
chore: update action image to edge
Signed-off-by: Khosrow Moossavi <[email protected]>
1 parent 7a62208 commit 5f140e3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
FROM quay.io/terraform-docs/terraform-docs:0.17.0
15+
FROM quay.io/terraform-docs/terraform-docs:edge
1616

1717
# this is explicitly needed because yq v4.x only exists in this repo.
1818
RUN echo "http://dl-4.alpinelinux.org/alpine/edge/community" >> /etc/apk/repositories

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ outputs:
8585

8686
runs:
8787
using: docker
88-
image: "docker://quay.io/terraform-docs/gh-actions:1.1.0"
88+
image: "docker://quay.io/terraform-docs/gh-actions:edge"
8989
env:
9090
INPUT_WORKING_DIR: ${{ inputs.working-dir }}
9191
INPUT_ATLANTIS_FILE: ${{ inputs.atlantis-file }}

0 commit comments

Comments
 (0)