Skip to content

Commit

Permalink
updated act to 0.2.61 (#13)
Browse files Browse the repository at this point in the history
  • Loading branch information
raghavharness authored May 21, 2024
1 parent b4057e2 commit 51a4e8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/Dockerfile.linux.amd64
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ FROM docker:dind
ENV DOCKER_HOST=unix:///var/run/docker.sock

RUN apk add --no-cache ca-certificates curl
RUN curl -s https://raw.githubusercontent.com/nektos/act/master/install.sh | sh -s v0.2.34
RUN curl -s https://raw.githubusercontent.com/nektos/act/master/install.sh | sh -s v0.2.61

ADD release/linux/amd64/plugin /bin/
ENTRYPOINT ["/usr/local/bin/dockerd-entrypoint.sh", "/bin/plugin"]

0 comments on commit 51a4e8d

Please sign in to comment.