Skip to content

Commit

Permalink
Fixed build #2213
Browse files Browse the repository at this point in the history
  • Loading branch information
nicholasdille authored and github-actions[bot] committed Jan 8, 2024
1 parent 3835b6b commit 1a4e173
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/runc/Dockerfile.template
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ COPY --from=ghcr.io/uniget-org/tools/uniget-build:latest \
SHELL [ "bash", "-clo", "errexit" ]
ARG name
ARG version
COPY --link --from=go-md2man / /
COPY --link --from=go-md2man / /usr/local/
RUN <<EOF
check-github-release-asset "opencontainers/runc" "v${version}" "runc.${alt_arch}"
curl --silent --location --fail --output "${prefix}/bin/runc" \
Expand Down

0 comments on commit 1a4e173

Please sign in to comment.