We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 656ab3b commit a96d0b8Copy full SHA for a96d0b8
ubuntu-latest/Dockerfile
@@ -9,7 +9,7 @@ WORKDIR /app
9
ENV CGO_ENABLED 0
10
RUN git clone https://github.com/rhysd/actionlint.git
11
WORKDIR /app/actionlint
12
-RUN git reset --hard 62dc61a
+RUN git reset --hard 03d0035 # v1.7.7
13
RUN go build -o /usr/local/bin/actionlint ./cmd/actionlint
14
# copy built binary from build stage to final image
15
FROM ubuntu:latest
0 commit comments