This repository has been archived on 2024-09-20. You can view files and clone it, but cannot push or open issues or pull requests.
docker-run-action/Dockerfile
renovate-bot d5686216c6
All checks were successful
run tests / run-container (pull_request) Successful in 4s
chore(deps): update docker docker tag to v27
2024-09-20 04:10:33 +02:00

7 lines
101 B
Docker

FROM docker:27.3
RUN apk add bash
COPY entrypoint.sh /entrypoint.sh
ENTRYPOINT ["/entrypoint.sh"]