Skip to content

Commit 85e588b

Browse files
committed
Update actionlint to latest version
1 parent 8e15f64 commit 85e588b

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

actionlint/Dockerfile

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
1-
FROM alpine:3.20 AS builder
1+
FROM alpine:3.23 AS builder
22

33
RUN apk add --update --no-cache \
44
bash \
55
py3-pyflakes \
66
shellcheck
77

88
RUN cd /tmp && \
9-
wget https://github.com/rhysd/actionlint/releases/download/v1.7.11/actionlint_1.7.11_linux_386.tar.gz && \
10-
tar xf actionlint_1.7.11_linux_386.tar.gz && \
9+
wget https://github.com/rhysd/actionlint/releases/download/v1.7.12/actionlint_1.7.12_linux_386.tar.gz && \
10+
tar xf actionlint_1.7.12_linux_386.tar.gz && \
1111
cp actionlint /usr/bin/ && \
1212
chmod a+x /usr/bin/actionlint
1313

1414
FROM scratch
1515

1616
COPY --from=builder /usr/bin/actionlint /usr/bin/actionlint
1717

18-
ENTRYPOINT ["/usr/bin/actionlint"]
18+
ENTRYPOINT ["/usr/bin/actionlint"]

0 commit comments

Comments
 (0)