There was an error while loading. Please reload this page.
1 parent 8e15f64 commit 85e588bCopy full SHA for 85e588b
1 file changed
actionlint/Dockerfile
@@ -1,18 +1,18 @@
1
-FROM alpine:3.20 AS builder
+FROM alpine:3.23 AS builder
2
3
RUN apk add --update --no-cache \
4
bash \
5
py3-pyflakes \
6
shellcheck
7
8
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 && \
+ wget https://github.com/rhysd/actionlint/releases/download/v1.7.12/actionlint_1.7.12_linux_386.tar.gz && \
+ tar xf actionlint_1.7.12_linux_386.tar.gz && \
11
cp actionlint /usr/bin/ && \
12
chmod a+x /usr/bin/actionlint
13
14
FROM scratch
15
16
COPY --from=builder /usr/bin/actionlint /usr/bin/actionlint
17
18
- ENTRYPOINT ["/usr/bin/actionlint"]
+ENTRYPOINT ["/usr/bin/actionlint"]
0 commit comments