Skip to content

Commit a96d0b8

Browse files
committed
Bump version of actionlint
Signed-off-by: Spencer Wilson <spencer.wilson@uwaterloo.ca>
1 parent 656ab3b commit a96d0b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ubuntu-latest/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ WORKDIR /app
99
ENV CGO_ENABLED 0
1010
RUN git clone https://github.com/rhysd/actionlint.git
1111
WORKDIR /app/actionlint
12-
RUN git reset --hard 62dc61a
12+
RUN git reset --hard 03d0035 # v1.7.7
1313
RUN go build -o /usr/local/bin/actionlint ./cmd/actionlint
1414
# copy built binary from build stage to final image
1515
FROM ubuntu:latest

0 commit comments

Comments
 (0)