Skip to content

Commit

Permalink
Remove checksum
Browse files Browse the repository at this point in the history
  • Loading branch information
pablovilas committed Apr 9, 2024
1 parent f2c6634 commit 192a3e2
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ FROM ubuntu:latest

ARG ARCH=linux-x64
ARG VERSION=2.315.0
ARG VERSION_CHECKSUM=6362646b67613c6981db76f4d25e68e463a9af2cc8d16e31bfeabe39153606a0
ARG DEBIAN_FRONTEND=noninteractive
ENV PORT=8080

Expand All @@ -20,7 +19,6 @@ RUN apt-get update && \
WORKDIR /home/docker/actions-runner

RUN curl -o actions-runner-${ARCH}-${VERSION}.tar.gz -L https://github.com/actions/runner/releases/download/v${VERSION}/actions-runner-${ARCH}-${VERSION}.tar.gz && \
echo "${VERSION_CHECKSUM} actions-runner-${ARCH}-${VERSION}.tar.gz" | shasum -a 256 -c && \
tar xzf ./actions-runner-${ARCH}-${VERSION}.tar.gz && \
rm ./actions-runner-${ARCH}-${VERSION}.tar.gz && \
chown -R docker ~docker
Expand Down

0 comments on commit 192a3e2

Please sign in to comment.